1 implementation of EnumerateHeapSegments
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
378IEnumerable<GCHeapSegmentInfo> IGC.EnumerateHeapSegments(GCHeapData heapData)
2 references to EnumerateHeapSegments
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\Extensions\IGCExtensions.cs (1)
17foreach (GCHeapSegmentInfo seg in gc.EnumerateHeapSegments(heap))
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
4190foreach (GCHeapSegmentInfo raw in gc.EnumerateHeapSegments(heapData))