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