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