3 references to _typesWithThreadStaticsGenerated
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
302
_typesWithThreadStaticsGenerated
.Add(threadStaticsNode.Type);
1068
allTypes.UnionWith(
_typesWithThreadStaticsGenerated
);
1074
internal bool HasThreadStaticBase(MetadataType type) =>
_typesWithThreadStaticsGenerated
.Contains(type);