2 writes to endAddress
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataMethodInstance.cs (2)
364addressRanges[hits].endAddress = entry.ILOffset == (uint)CLRDataILOffsetMarker.CLRDATA_IL_OFFSET_EPILOG && nativeEndOffset == 0 548endAddress = startAddress + codeLength,
8 references to endAddress
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataMethodInstance.cs (8)
413Debug.Assert(addressRangesLocal[i].endAddress == addressRanges[i].endAddress, $"EndAddress - cDAC: {addressRanges[i].endAddress:x}, DAC: {addressRangesLocal[i].endAddress:x}"); 633Debug.Assert(extent->endAddress == extentLocal.endAddress, $"EndAddress - cDAC: {extent->endAddress:x}, DAC: {extentLocal.endAddress:x}");