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