1 instantiation of ThreadStressLog
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\164\Microsoft_Diagnostics_DataContractReader_Data.ThreadStressLog.g.cs (1)
58
=> new
ThreadStressLog
(target, address);
7 references to ThreadStressLog
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\164\Microsoft_Diagnostics_DataContractReader_Data.ThreadStressLog.g.cs (2)
57
static
ThreadStressLog
IData<
ThreadStressLog
>.Create(Target target, TargetPointer address)
Contracts\StressLog.cs (4)
57
Data.
ThreadStressLog
threadStressLog = target.ProcessedData.GetOrAdd<Data.
ThreadStressLog
>(currentPointer);
240
Data.
ThreadStressLog
threadLog = target.ProcessedData.GetOrAdd<Data.
ThreadStressLog
>(address);
Data\ThreadStressLog.cs (1)
7
internal sealed partial class ThreadStressLog : IData<
ThreadStressLog
>