1 instantiation of StressLogMemoryRange
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StressLog.cs (1)
237yield return new StressLogMemoryRange(chunk, chunkSize);
4 references to StressLogMemoryRange
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IStressLog.cs (1)
44IEnumerable<StressLogMemoryRange> GetStressLogMemoryRanges(StressLogData stressLog) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StressLog.cs (3)
231public IEnumerable<StressLogMemoryRange> GetStressLogMemoryRanges(StressLogData stressLog) 353public IEnumerable<StressLogMemoryRange> GetStressLogMemoryRanges(StressLogData stressLog) => traversal.GetStressLogMemoryRanges(stressLog); 367public IEnumerable<StressLogMemoryRange> GetStressLogMemoryRanges(StressLogData stressLog) => traversal.GetStressLogMemoryRanges(stressLog);