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