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