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