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)
21
NextSweepObj
= target.ReadPointerField(address, type, nameof(NextSweepObj));
2 references to NextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\GC\GCHeapSVR.cs (2)
20
if (type.Fields.ContainsKey(nameof(
NextSweepObj
)))
21
NextSweepObj = target.ReadPointerField(address, type, nameof(
NextSweepObj
));