1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
20_type = type;
7 references to _type
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (7)
28sb.Append(nameMangler.NodeMangler.ThreadStaticsIndex(_type)); 47ISymbolDefinitionNode node = _inlinedThreadStatics ?? factory.TypeThreadStaticsSymbol(_type); 71typeTlsIndex = - (_inlinedThreadStatics.GetTypeStorageOffset(_type) + factory.Target.PointerSize); 79ISymbolDefinitionNode node = factory.TypeThreadStaticsSymbol(_type); 95public MetadataType Type => _type; 101return comparer.Compare(_type, ((TypeThreadStaticIndexNode)other)._type);