1 instantiation of StressLog
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\159\Microsoft_Diagnostics_DataContractReader_Data.StressLog.g.cs (1)
76
=> new
StressLog
(target, address);
9 references to StressLog
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\159\Microsoft_Diagnostics_DataContractReader_Data.StressLog.g.cs (2)
75
static
StressLog
IData<
StressLog
>.Create(Target target, TargetPointer address)
Contracts\StressLog.cs (6)
40
Data.
StressLog
stressLog = target.ProcessedData.GetOrAdd<Data.
StressLog
>(stressLogPointer);
100
Data.
StressLog
stressLog = target.ProcessedData.GetOrAdd<Data.
StressLog
>(target.ReadGlobalPointer(Constants.Globals.StressLog));
111
Data.
StressLog
stressLog = target.ProcessedData.GetOrAdd<Data.
StressLog
>(pStressLog.Value);
Data\StressLog.cs (1)
7
internal sealed partial class StressLog : IData<
StressLog
>