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)
28
sb.Append(nameMangler.NodeMangler.ThreadStaticsIndex(
_type
));
47
ISymbolDefinitionNode node = _inlinedThreadStatics ?? factory.TypeThreadStaticsSymbol(
_type
);
71
typeTlsIndex = - (_inlinedThreadStatics.GetTypeStorageOffset(
_type
) + factory.Target.PointerSize);
79
ISymbolDefinitionNode node = factory.TypeThreadStaticsSymbol(
_type
);
95
public MetadataType Type =>
_type
;
101
return comparer.Compare(
_type
, ((TypeThreadStaticIndexNode)other).
_type
);