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