1 write to TlsIndex
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\InflightTLSData.cs (1)
15
TlsIndex
= target.ProcessedData.GetOrAdd<TLSIndex>(address + (ulong)type.Fields[nameof(TlsIndex)].Offset);
2 references to TlsIndex
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Thread_1.cs (1)
229
if (inFlightTLSData.
TlsIndex
.TLSIndexRawIndex == tlsIndex.TLSIndexRawIndex)
Data\InflightTLSData.cs (1)
15
TlsIndex = target.ProcessedData.GetOrAdd<TLSIndex>(address + (ulong)type.Fields[nameof(
TlsIndex
)].Offset);