1 implementation of GetPotentialNextObjectAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
457TargetPointer IGC.GetPotentialNextObjectAddress(
2 references to GetPotentialNextObjectAddress
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\HeapWalk.cs (2)
49TargetPointer currentObj = _gc.GetPotentialNextObjectAddress(seg.Start, 0, seg); 73TargetPointer nextObj = _gc.GetPotentialNextObjectAddress(currentObj, size, seg);