4 references to GCStaticsRegion
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
65
dependencyList.Add(factory.
GCStaticsRegion
, "GCStatics Region");
Compiler\DependencyAnalysis\NodeFactory.cs (3)
236
return
GCStaticsRegion
.NewNode((GCStaticsNode)gcStaticsNode);
1671
graph.AddRoot(
GCStaticsRegion
, "GC StaticsRegion is always generated");
1685
ReadyToRunHeader.Add(ReadyToRunSectionType.GCStaticRegion,
GCStaticsRegion
);