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