1 instantiation of InstanceEntryPointTableNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
967InstanceEntryPointTable = new InstanceEntryPointTableNode(this);
2 references to InstanceEntryPointTableNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (1)
274byte[] signature = InstanceEntryPointTableNode.BuildSignatureForMethodDefinedInModule(method, factory);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
422public InstanceEntryPointTableNode InstanceEntryPointTable;