4 writes to next_sweep_obj
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1412
details->
next_sweep_obj
= heapData.NextSweepObject.ToClrDataAddress(_target);
1420
details->
next_sweep_obj
= 0;
1546
details->
next_sweep_obj
= heapData.NextSweepObject.ToClrDataAddress(_target);
1554
details->
next_sweep_obj
= 0;
8 references to next_sweep_obj
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
1484
Debug.Assert(details->
next_sweep_obj
== detailsLocal.
next_sweep_obj
, $"cDAC: {details->
next_sweep_obj
:x}, DAC: {detailsLocal.
next_sweep_obj
:x}");
1618
Debug.Assert(details->
next_sweep_obj
== detailsLocal.
next_sweep_obj
, $"cDAC: {details->
next_sweep_obj
:x}, DAC: {detailsLocal.
next_sweep_obj
:x}");