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