2 writes to highest_address
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1406details->highest_address = maxAddress.ToClrDataAddress(_target); 1540details->highest_address = maxAddress.ToClrDataAddress(_target);
8 references to highest_address
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
1508Debug.Assert(details->highest_address == detailsLocal.highest_address, $"cDAC: {details->highest_address:x}, DAC: {detailsLocal.highest_address:x}"); 1642Debug.Assert(details->highest_address == detailsLocal.highest_address, $"cDAC: {details->highest_address:x}, DAC: {detailsLocal.highest_address:x}");