2 writes to startAddress
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataMethodInstance.cs (2)
363
addressRanges[hits].
startAddress
= new TargetPointer(codeStart + entry.NativeOffset).ToClrDataAddress(_target);
547
startAddress
= startAddress,
8 references to startAddress
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataMethodInstance.cs (8)
412
Debug.Assert(addressRangesLocal[i].
startAddress
== addressRanges[i].
startAddress
, $"StartAddress - cDAC: {addressRanges[i].
startAddress
:x}, DAC: {addressRangesLocal[i].
startAddress
:x}");
632
Debug.Assert(extent->
startAddress
== extentLocal.
startAddress
, $"StartAddress - cDAC: {extent->
startAddress
:x}, DAC: {extentLocal.
startAddress
:x}");