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