6 instantiations of GCHeapSegmentInfo
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
387yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, type);
391yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.Gen1);
397yield return new GCHeapSegmentInfo(seg.Mem, end, GCSegmentClassification.Gen0);
414yield return new GCHeapSegmentInfo(seg.Mem, end, type);
421yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.LOH);
427yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.POH);
3 references to GCHeapSegmentInfo
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Microsoft.Diagnostics.DataContractReader.Legacy (1)