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