1 implementation of EnumerateHeapSegments
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
366
IEnumerable<GCHeapSegmentInfo> IGC.
EnumerateHeapSegments
(GCHeapData heapData)
1 reference to EnumerateHeapSegments
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2230
foreach (GCHeapSegmentInfo raw in gc.
EnumerateHeapSegments
(heapData))