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