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