1 instantiation of StressLog
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\147\Microsoft_Diagnostics_DataContractReader_Data.StressLog.g.cs (1)
72=> new StressLog(target, address);
9 references to StressLog
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\147\Microsoft_Diagnostics_DataContractReader_Data.StressLog.g.cs (2)
71static StressLog IData<StressLog>.Create(Target target, TargetPointer address)
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 (1)
7internal sealed partial class StressLog : IData<StressLog>