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)
40Data.StressLog stressLog = target.ProcessedData.GetOrAdd<Data.StressLog>(stressLogPointer); 98Data.StressLog stressLog = target.ProcessedData.GetOrAdd<Data.StressLog>(target.ReadGlobalPointer(Constants.Globals.StressLog)); 109Data.StressLog stressLog = target.ProcessedData.GetOrAdd<Data.StressLog>(pStressLog.Value);
Data\StressLog.cs (3)
8internal sealed class StressLog : IData<StressLog> 10static StressLog IData<StressLog>.Create(Target target, TargetPointer address)