1 instantiation of GCStaticsNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
224
return new
GCStaticsNode
(type, PreinitializationManager);
8 references to GCStaticsNode
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\ExternSymbolsImportedNodeProvider.cs (1)
20
return new ExternDataSymbolNode(
GCStaticsNode
.GetMangledName(type, factory.NameMangler));
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
136
return comparer.Compare(_type, ((
GCStaticsNode
)other)._type);
Compiler\DependencyAnalysis\NodeFactory.cs (4)
235
Debug.Assert(gcStaticsNode is
GCStaticsNode
);
236
return GCStaticsRegion.NewNode((
GCStaticsNode
)gcStaticsNode);
1638
public ArrayOfEmbeddedPointersNode<
GCStaticsNode
> GCStaticsRegion = new ArrayOfEmbeddedPointersNode<
GCStaticsNode
>(
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (1)
13
/// Represents the thread static region of a given type. This is very similar to <see cref="
GCStaticsNode
"/>,
Compiler\MetadataManager.cs (1)
289
if (obj is
GCStaticsNode
gcStaticsNode)