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