3 references to ShouldCodeNotBeCompiledIntoFinalImage
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCodegenCompilation.cs (1)
736
bool shouldBeCompiled = !CorInfoImpl.
ShouldCodeNotBeCompiledIntoFinalImage
(InstructionSetSupport, method);
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
417
if (CorInfoImpl.
ShouldCodeNotBeCompiledIntoFinalImage
(_instructionSetSupport, calleeMethod))
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
587
if (
ShouldCodeNotBeCompiledIntoFinalImage
(instructionSetSupport, methodNeedingCode))