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