3 references to _typesWithGCStaticsGenerated
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
303
_typesWithGCStaticsGenerated
.Add(gcStaticsNode.Type);
1073
allTypes.UnionWith(
_typesWithGCStaticsGenerated
);
1079
internal bool HasGcStaticBase(MetadataType type) =>
_typesWithGCStaticsGenerated
.Contains(type);