1 implementation of GetGCBookkeepingMemoryRegions
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
736
IReadOnlyList<GCMemoryRegionData> IGC.
GetGCBookkeepingMemoryRegions
()
1 reference to GetGCBookkeepingMemoryRegions
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6673
IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.
GetGCBookkeepingMemoryRegions
();