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