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