1 write to _inlinedThreadStatics
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
55_inlinedThreadStatics = inlinedThreadStatics;
7 references to _inlinedThreadStatics
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NodeFactory.cs (7)
234if (_inlinedThreadStatics.IsComputed()) 236_inlinedThreadStatiscNode = new ThreadStaticsNode(_inlinedThreadStatics, this); 241if (_inlinedThreadStatics.IsComputed() && 242_inlinedThreadStatics.GetOffsets().ContainsKey(type)) 1074if (_inlinedThreadStatics.IsComputed() && 1075_inlinedThreadStatics.GetOffsets().TryGetValue(type, out var offset)) 1669if (_inlinedThreadStatics.IsComputed())