3 references to _typesWithGCStaticsGenerated
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
297_typesWithGCStaticsGenerated.Add(gcStaticsNode.Type); 1067allTypes.UnionWith(_typesWithGCStaticsGenerated); 1073internal bool HasGcStaticBase(MetadataType type) => _typesWithGCStaticsGenerated.Contains(type);