1 instantiation of ReadyToRunCodegenCompilation
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
330return new ReadyToRunCodegenCompilation(
5 references to ReadyToRunCodegenCompilation
crossgen2 (2)
Program.cs (2)
381ReadyToRunCodegenCompilation compilation; 723compilation = (ReadyToRunCodegenCompilation)builder.ToCompilation();
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
478private readonly ReadyToRunCodegenCompilation _compilation; 492public CorInfoImpl(ReadyToRunCodegenCompilation compilation) 549public static bool ShouldSkipCompilation(InstructionSetSupport instructionSetSupport, MethodDesc methodNeedingCode, ReadyToRunCodegenCompilation compilation = null)