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