1 instantiation of ReadyToRunCodegenCompilation
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
330
return new
ReadyToRunCodegenCompilation
(
4 references to ReadyToRunCodegenCompilation
crossgen2 (1)
Program.cs (1)
698
if (((
ReadyToRunCodegenCompilation
)compilation).DeterminismCheckFailed)
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
480
private readonly
ReadyToRunCodegenCompilation
_compilation;
493
public CorInfoImpl(
ReadyToRunCodegenCompilation
compilation)
550
public static bool ShouldSkipCompilation(InstructionSetSupport instructionSetSupport, MethodDesc methodNeedingCode,
ReadyToRunCodegenCompilation
compilation = null)