1 instantiation of StressLog
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\StressLog.cs (1)
11
=> new
StressLog
(target, address);
9 references to StressLog
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StressLog.cs (6)
40
Data.
StressLog
stressLog = target.ProcessedData.GetOrAdd<Data.
StressLog
>(stressLogPointer);
98
Data.
StressLog
stressLog = target.ProcessedData.GetOrAdd<Data.
StressLog
>(target.ReadGlobalPointer(Constants.Globals.StressLog));
109
Data.
StressLog
stressLog = target.ProcessedData.GetOrAdd<Data.
StressLog
>(pStressLog.Value);
Data\StressLog.cs (3)
8
internal sealed class StressLog : IData<
StressLog
>
10
static
StressLog
IData<
StressLog
>.Create(Target target, TargetPointer address)