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