1 instantiation of TLSIndex
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\165\Microsoft_Diagnostics_DataContractReader_Data.TLSIndex.g.cs (1)
34=> new TLSIndex(target, address);
7 references to TLSIndex
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\165\Microsoft_Diagnostics_DataContractReader_Data.TLSIndex.g.cs (2)
33static TLSIndex IData<TLSIndex>.Create(Target target, TargetPointer address)
_generated\86\Microsoft_Diagnostics_DataContractReader_Data.InflightTLSData.g.cs (1)
31TlsIndex = target.ReadDataField<Data.TLSIndex>(b, t, n);
Contracts\Thread_1.cs (2)
193Data.TLSIndex tlsIndex = _target.ProcessedData.GetOrAdd<Data.TLSIndex>(tlsIndexPtr);
Data\InflightTLSData.cs (1)
10[Field] public TLSIndex TlsIndex { get; }
Data\TLSIndex.cs (1)
7internal sealed partial class TLSIndex : IData<TLSIndex>