2 instantiations of ThreadStaticsNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
243_inlinedThreadStatiscNode = new ThreadStaticsNode(_inlinedThreadStatics, this); 720return new ThreadStaticsNode(type, this);
11 references to ThreadStaticsNode
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
859private ThreadStaticsNode _inlinedThreadStatiscNode; 1642public 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)
906List<ThreadStaticsNode> threadStaticNodes = new List<ThreadStaticsNode>(); 909if (markedNode is ThreadStaticsNode threadStaticNode) 926ThreadStaticsNode threadStaticNode = threadStaticNodes[i];