1 write to _inlinedThreadStatics
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
57_inlinedThreadStatics = inlinedThreadStatics;
7 references to _inlinedThreadStatics
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NodeFactory.cs (7)
241if (_inlinedThreadStatics.IsComputed()) 243_inlinedThreadStatiscNode = new ThreadStaticsNode(_inlinedThreadStatics, this); 248if (_inlinedThreadStatics.IsComputed() && 249_inlinedThreadStatics.GetOffsets().ContainsKey(type)) 1081if (_inlinedThreadStatics.IsComputed() && 1082_inlinedThreadStatics.GetOffsets().TryGetValue(type, out var offset)) 1679if (_inlinedThreadStatics.IsComputed())