6 instantiations of GCHeapSegmentInfo
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
399yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, type);
403yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.Gen1);
409yield return new GCHeapSegmentInfo(seg.Mem, end, GCSegmentClassification.Gen0);
426yield return new GCHeapSegmentInfo(seg.Mem, end, type);
433yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.LOH);
439yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.POH);
8 references to GCHeapSegmentInfo
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Microsoft.Diagnostics.DataContractReader.Legacy (4)