2 instantiations of ThreadStaticsNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
236_inlinedThreadStatiscNode = new ThreadStaticsNode(_inlinedThreadStatics, this); 713return new ThreadStaticsNode(type, this);
11 references to ThreadStaticsNode
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
852private ThreadStaticsNode _inlinedThreadStatiscNode; 1635public ArrayOfEmbeddedDataNode<ThreadStaticsNode> ThreadStaticsRegion = new ArrayOfEmbeddedDataNode<ThreadStaticsNode>(
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (1)
147return comparer.Compare(_type, ((ThreadStaticsNode)other)._type);
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (3)
16private ThreadStaticsNode _inlinedThreadStatics; 18public TypeThreadStaticIndexNode(MetadataType type, ThreadStaticsNode inlinedThreadStatics) 80typeTlsIndex = ((ThreadStaticsNode)node).IndexFromBeginningOfArray;
Compiler\ILScanner.cs (4)
888List<ThreadStaticsNode> threadStaticNodes = new List<ThreadStaticsNode>(); 891if (markedNode is ThreadStaticsNode threadStaticNode) 908ThreadStaticsNode threadStaticNode = threadStaticNodes[i];