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