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