2 instantiations of EntryPoint
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (2)
22
public static EntryPoint Null = new
EntryPoint
(-1, null);
68
ridToEntryPoint[(int)rid] = new
EntryPoint
(methodIndex, method);
5 references to EntryPoint
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\MethodEntryPointTableNode.cs (5)
22
public static
EntryPoint
Null = new EntryPoint(-1, null);
49
List<
EntryPoint
> ridToEntryPoint = new List<
EntryPoint
>();
64
ridToEntryPoint.Add(
EntryPoint
.Null);
81
EntryPoint
entryPoint = ridToEntryPoint[rid];