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