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