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