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