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