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.Abstractions (1)
Contracts\Extensions\IGCExtensions.cs (1)
17
foreach (GCHeapSegmentInfo seg in gc.
EnumerateHeapSegments
(heap))
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
4190
foreach (GCHeapSegmentInfo raw in gc.
EnumerateHeapSegments
(heapData))