1 write to _threadStatics
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
232
_threadStatics
= new NodeCache<MetadataType, ISymbolDefinitionNode>(CreateThreadStaticsNode);
1 reference to _threadStatics
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
860
return
_threadStatics
.GetOrAdd(type);