1 implementation of IMethodTokensAreUseableInCompilation
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
282class ManifestModuleWrappedMethodIL : MethodIL, IEcmaMethodIL, IMethodTokensAreUseableInCompilation
3 references to IMethodTokensAreUseableInCompilation
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3645if (needsTokenTranslation && !(methodIL is IMethodTokensAreUseableInCompilation)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2015recordToken = (methodIL.GetMethodILScopeDefinition() is IMethodTokensAreUseableInCompilation) && owningType is EcmaType; 2020recordToken &= methodIL.GetMethodILScopeDefinition() is IMethodTokensAreUseableInCompilation || methodIL.GetMethodILScopeDefinition() is IEcmaMethodIL;