1 implementation of IMethodTokensAreUseableInCompilation
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
281class ManifestModuleWrappedMethodIL : MethodIL, IEcmaMethodIL, IMethodTokensAreUseableInCompilation
3 references to IMethodTokensAreUseableInCompilation
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3436if (needsTokenTranslation && !(methodIL is IMethodTokensAreUseableInCompilation)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
1870recordToken = (methodIL.GetMethodILScopeDefinition() is IMethodTokensAreUseableInCompilation) && owningType is EcmaType; 1875recordToken &= methodIL.GetMethodILScopeDefinition() is IMethodTokensAreUseableInCompilation || methodIL.GetMethodILScopeDefinition() is IEcmaMethodIL;