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