1 write to TLSIndexRawIndex
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\TLSIndex.cs (1)
14TLSIndexRawIndex = target.ReadField<uint>(address, type, nameof(TLSIndexRawIndex));
6 references to TLSIndexRawIndex
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\Thread_1.cs (2)
229if (inFlightTLSData.TlsIndex.TLSIndexRawIndex == tlsIndex.TLSIndexRawIndex)
Data\TLSIndex.cs (4)
14TLSIndexRawIndex = target.ReadField<uint>(address, type, nameof(TLSIndexRawIndex)); 15IndexOffset = (int)(TLSIndexRawIndex & 0xFFFFFF); 16IndexType = (int)(TLSIndexRawIndex >> 24); 17IsAllocated = (TLSIndexRawIndex != 0xFFFFFFFF);