1 instantiation of TLSIndex
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\203\Microsoft_Diagnostics_DataContractReader_Data.TLSIndex.g.cs (1)
41=> new TLSIndex(target, address);
9 references to TLSIndex
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\104\Microsoft_Diagnostics_DataContractReader_Data.InflightTLSData.g.cs (3)
76private Data.TLSIndex _TlsIndex__value = default!; 79public partial Data.TLSIndex TlsIndex 86_TlsIndex__value = _target.ReadDataField<Data.TLSIndex>(b, t, n);
_generated\203\Microsoft_Diagnostics_DataContractReader_Data.TLSIndex.g.cs (2)
40static TLSIndex IData<TLSIndex>.Create(Target target, TargetPointer address)
Contracts\Thread_1.cs (2)
219Data.TLSIndex tlsIndex = _target.ProcessedData.GetOrAdd<Data.TLSIndex>(tlsIndexPtr);
Data\InflightTLSData.cs (1)
10[Field] public partial TLSIndex TlsIndex { get; }
Data\TLSIndex.cs (1)
7internal sealed partial class TLSIndex : IData<TLSIndex>