1 write to _inlinedThreadStatics
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
56_inlinedThreadStatics = inlinedThreadStatics;
7 references to _inlinedThreadStatics
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NodeFactory.cs (7)
235if (_inlinedThreadStatics.IsComputed()) 237_inlinedThreadStatiscNode = new ThreadStaticsNode(_inlinedThreadStatics, this); 242if (_inlinedThreadStatics.IsComputed() && 243_inlinedThreadStatics.GetOffsets().ContainsKey(type)) 1088if (_inlinedThreadStatics.IsComputed() && 1089_inlinedThreadStatics.GetOffsets().TryGetValue(type, out var offset)) 1692if (_inlinedThreadStatics.IsComputed())