6 instantiations of GCHeapSegmentInfo
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
407yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, type);
411yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.Gen1);
417yield return new GCHeapSegmentInfo(seg.Mem, end, GCSegmentClassification.Gen0);
434yield return new GCHeapSegmentInfo(seg.Mem, end, type);
441yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.LOH);
447yield return new GCHeapSegmentInfo(seg.Mem, seg.Allocated, GCSegmentClassification.POH);
9 references to GCHeapSegmentInfo
Microsoft.Diagnostics.DataContractReader.Abstractions (4)
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Microsoft.Diagnostics.DataContractReader.Legacy (2)