4 writes to next_sweep_obj
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1365
details->
next_sweep_obj
= heapData.NextSweepObject.ToClrDataAddress(_target);
1373
details->
next_sweep_obj
= 0;
1498
details->
next_sweep_obj
= heapData.NextSweepObject.ToClrDataAddress(_target);
1506
details->
next_sweep_obj
= 0;
8 references to next_sweep_obj
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
1437
Debug.Assert(details->
next_sweep_obj
== detailsLocal.
next_sweep_obj
, $"cDAC: {details->
next_sweep_obj
:x}, DAC: {detailsLocal.
next_sweep_obj
:x}");
1570
Debug.Assert(details->
next_sweep_obj
== detailsLocal.
next_sweep_obj
, $"cDAC: {details->
next_sweep_obj
:x}, DAC: {detailsLocal.
next_sweep_obj
:x}");