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