1 implementation of EnumerateHeapSegments
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
378
IEnumerable<GCHeapSegmentInfo> IGC.
EnumerateHeapSegments
(GCHeapData heapData)
2 references to EnumerateHeapSegments
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
3400
foreach (GCHeapSegmentInfo raw in gc.
EnumerateHeapSegments
(heapData))
Dbi\Helpers\HeapWalk.cs (1)
115
foreach (GCHeapSegmentInfo seg in _gc.
EnumerateHeapSegments
(heap))