Implemented interface member:
property
FreeableSohSegment
Microsoft.Diagnostics.DataContractReader.Contracts.GCHelpers.IGCHeap.FreeableSohSegment
1 write to FreeableSohSegment
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\GCHeapSVR.cs (1)
50FreeableSohSegment = target.ReadPointerField(address, type, nameof(FreeableSohSegment));
3 references to FreeableSohSegment
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GC\GC_1.cs (1)
748if (heap.FreeableSohSegment is TargetPointer freeableSoh && freeableSoh != TargetPointer.Null)
Data\GC\GCHeapSVR.cs (2)
49if (type.Fields.ContainsKey(nameof(FreeableSohSegment))) 50FreeableSohSegment = target.ReadPointerField(address, type, nameof(FreeableSohSegment));