4 writes to next_sweep_obj
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1364
details->
next_sweep_obj
= heapData.NextSweepObject.ToClrDataAddress(_target);
1372
details->
next_sweep_obj
= 0;
1497
details->
next_sweep_obj
= heapData.NextSweepObject.ToClrDataAddress(_target);
1505
details->
next_sweep_obj
= 0;
8 references to next_sweep_obj
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
1436
Debug.Assert(details->
next_sweep_obj
== detailsLocal.
next_sweep_obj
, $"cDAC: {details->
next_sweep_obj
:x}, DAC: {detailsLocal.
next_sweep_obj
:x}");
1569
Debug.Assert(details->
next_sweep_obj
== detailsLocal.
next_sweep_obj
, $"cDAC: {details->
next_sweep_obj
:x}, DAC: {detailsLocal.
next_sweep_obj
:x}");