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)
50
FreeableSohSegment
= target.ReadPointerField(address, type, nameof(FreeableSohSegment));
3 references to FreeableSohSegment
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GC\GC_1.cs (1)
748
if (heap.
FreeableSohSegment
is TargetPointer freeableSoh && freeableSoh != TargetPointer.Null)
Data\GC\GCHeapSVR.cs (2)
49
if (type.Fields.ContainsKey(nameof(
FreeableSohSegment
)))
50
FreeableSohSegment = target.ReadPointerField(address, type, nameof(
FreeableSohSegment
));