3 references to IsNonVersionableWithILTokensThatDoNotNeedTranslation
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
433(VersionsWithMethodBody(calleeMethod) || CrossModuleInlineable(calleeMethod) || IsNonVersionableWithILTokensThatDoNotNeedTranslation(calleeMethod));
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3626_compilation.CompilationModuleGroup.IsNonVersionableWithILTokensThatDoNotNeedTranslation(ecmaMethod)); 3627bool needsTokenTranslation = !_compilation.CompilationModuleGroup.IsNonVersionableWithILTokensThatDoNotNeedTranslation(ecmaMethod);