2 implementations of NextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GCHeapWKS.cs (1)
49
public TargetPointer?
NextSweepObj
{ get; }
Data\GC\GCHeapSVR.cs (1)
58
public TargetPointer?
NextSweepObj
{ get; }
1 reference to NextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
175
NextSweepObject = heap.
NextSweepObj
?? TargetPointer.Null,