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