1 write to _GCStaticEETypes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
257
_GCStaticEETypes
= new NodeCache<(GCPointerMap, bool), DataOnlyEETypeNode>(((GCPointerMap gcMap, bool requiresAlign8) key) =>
1 reference to _GCStaticEETypes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
938
return
_GCStaticEETypes
.GetOrAdd((gcMap, requiredAlign8));