1 write to _inlinedThreadStatiscNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
236
_inlinedThreadStatiscNode
= new ThreadStaticsNode(_inlinedThreadStatics, this);
2 references to _inlinedThreadStatiscNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
244
return new TypeThreadStaticIndexNode(type,
_inlinedThreadStatiscNode
);
1671
graph.AddRoot(
_inlinedThreadStatiscNode
, "Inlined threadstatics are used if present");