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