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