2 instantiations of TypeThreadStaticIndexNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
251
return new
TypeThreadStaticIndexNode
(type, _inlinedThreadStatiscNode);
254
return new
TypeThreadStaticIndexNode
(type, null);
8 references to TypeThreadStaticIndexNode
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
246
_typeThreadStaticIndices = new NodeCache<MetadataType,
TypeThreadStaticIndexNode
>(type =>
870
private NodeCache<MetadataType,
TypeThreadStaticIndexNode
> _typeThreadStaticIndices;
Compiler\DependencyAnalysis\Target_ARM64\ARM64ReadyToRunHelperNode.cs (1)
48
if (index is
TypeThreadStaticIndexNode
ti && ti.IsInlined)
Compiler\DependencyAnalysis\Target_X64\X64ReadyToRunHelperNode.cs (1)
50
if (index is
TypeThreadStaticIndexNode
ti && ti.IsInlined)
Compiler\DependencyAnalysis\Target_X86\X86ReadyToRunHelperNode.cs (1)
47
if (index is
TypeThreadStaticIndexNode
ti && ti.IsInlined)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
101
return comparer.Compare(_type, ((
TypeThreadStaticIndexNode
)other)._type);
Compiler\MetadataManager.cs (1)
294
if (obj is
TypeThreadStaticIndexNode
threadStaticsNode)
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2188
if (index is
TypeThreadStaticIndexNode
ti)