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