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