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