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.Legacy (2)
Dbi\DacDbiImpl.cs (1)
3400foreach (GCHeapSegmentInfo raw in gc.EnumerateHeapSegments(heapData))
Dbi\Helpers\HeapWalk.cs (1)
115foreach (GCHeapSegmentInfo seg in _gc.EnumerateHeapSegments(heap))