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