2 overrides of GCStatics
ILCompiler.Compiler (2)
Compiler\UnixNodeMangler.cs (1)
33
public sealed override Utf8String
GCStatics
(TypeDesc type)
Compiler\WindowsNodeMangler.cs (1)
52
public sealed override Utf8String
GCStatics
(TypeDesc type)
4 references to GCStatics
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GCStaticsNode.cs (2)
36
sb.Append(nameMangler.NodeMangler.
GCStatics
(_type));
44
return nameMangler.NodeMangler.
GCStatics
(type);
Compiler\DependencyAnalysis\GCStaticsPreInitDataNode.cs (1)
39
return nameMangler.NodeMangler.
GCStatics
(type) + "__PreInitData";
Compiler\UserDefinedTypeDescriptor.cs (1)
590
Utf8String gcStaticDataName = NodeFactory.NameMangler.NodeMangler.
GCStatics
(type);