2 references to TlsRoot
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1682
graph.AddRoot(
TlsRoot
, "Inlined threadstatics are used if present");
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2491
pInfo->tlsRootObject = CreateConstLookupToSymbol(_compilation.NodeFactory.
TlsRoot
);