1 write to TLSIndexRawIndex
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\165\Microsoft_Diagnostics_DataContractReader_Data.TLSIndex.g.cs (1)
27TLSIndexRawIndex = target.ReadField<uint>(b, t, n);
5 references to TLSIndexRawIndex
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Thread_1.cs (2)
232if (inFlightTLSData.TlsIndex.TLSIndexRawIndex == tlsIndex.TLSIndexRawIndex)
Data\TLSIndex.cs (3)
11public int IndexOffset => (int)(TLSIndexRawIndex & 0xFFFFFF); 12public int IndexType => (int)(TLSIndexRawIndex >> 24); 13public bool IsAllocated => TLSIndexRawIndex != 0xFFFFFFFF;