3 references to EagerCctorTable
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
524
return
EagerCctorTable
.NewNode(MethodEntrypoint(method));
1673
graph.AddRoot(
EagerCctorTable
, "EagerCctorTable is always generated");
1687
ReadyToRunHeader.Add(ReadyToRunSectionType.EagerCctor,
EagerCctorTable
);