3 references to _typesWithNonGCStaticsGenerated
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
286_typesWithNonGCStaticsGenerated.Add(nonGcStaticSectionNode.Type); 1060allTypes.UnionWith(_typesWithNonGCStaticsGenerated); 1066internal bool HasNonGcStaticBase(MetadataType type) => _typesWithNonGCStaticsGenerated.Contains(type);