Implemented interface member:
property
NextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts.GCHelpers.IGCHeap.NextSweepObj
1 write to NextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\GCHeapSVR.cs (1)
21NextSweepObj = target.ReadPointerField(address, type, nameof(NextSweepObj));
2 references to NextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\GC\GCHeapSVR.cs (2)
20if (type.Fields.ContainsKey(nameof(NextSweepObj))) 21NextSweepObj = target.ReadPointerField(address, type, nameof(NextSweepObj));