A number of AsyncHelpers methods are used in the async thunks. These method may not have methodref tokens within assemblies in the R2R version bubble. Some places in crossgen assert this, and generating fixups for these methods isn't possible without a methodref token. These should be dynamically generated in the MutableModule, and the asserts should be updated to ensure any references in generated IL outside the version bubble is a "known" exception that has been accounted for.