4 references to GCStaticEEType
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GCStaticsNode.cs (1)
51
return factory.
GCStaticEEType
(map, requiresAlign8);
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
912
ISymbolNode symbol = context.
GCStaticEEType
(GCPointerMap.FromStaticLayout(closestCanonDefType), requiresAlign8);
922
ISymbolNode symbol = context.
GCStaticEEType
(GCPointerMap.FromThreadStaticLayout(closestCanonDefType), requiresAlign8);
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (1)
66
return factory.
GCStaticEEType
(map, requiresAlign8);