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