1 instantiation of GCStaticsNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
218return new GCStaticsNode(type, PreinitializationManager);
7 references to GCStaticsNode
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\ExternSymbolsImportedNodeProvider.cs (1)
20return new ExternDataSymbolNode(GCStaticsNode.GetMangledName(type, factory.NameMangler));
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
140return comparer.Compare(_type, ((GCStaticsNode)other)._type);
Compiler\DependencyAnalysis\NodeFactory.cs (4)
229Debug.Assert(gcStaticsNode is GCStaticsNode); 230return GCStaticsRegion.NewNode((GCStaticsNode)gcStaticsNode); 1654public ArrayOfEmbeddedPointersNode<GCStaticsNode> GCStaticsRegion = new ArrayOfEmbeddedPointersNode<GCStaticsNode>(
Compiler\MetadataManager.cs (1)
301if (obj is GCStaticsNode gcStaticsNode)