1 write to currentAddr
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
901
codeHeaps[i].
currentAddr
= host.CurrentAddress.ToClrDataAddress(_target);
4 references to currentAddr
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
943
Debug.Assert(codeHeaps[i].
currentAddr
== legacyHeaps[i].
currentAddr
,
944
$"cDAC heap[{i}] currentAddr: {codeHeaps[i].
currentAddr
:x}, DAC: {legacyHeaps[i].
currentAddr
:x}");