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