1 write to NativeOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
98
NativeOffset
= nativeOffset,
7 references to NativeOffset
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataMethodInstance.cs (6)
291
uint nativeEndOffset = lastValue ? 0 : map[i + 1].
NativeOffset
;
292
if (codeOffset >= map[i].
NativeOffset
&& (((isEpilog || lastValue) && nativeEndOffset == 0) || codeOffset < nativeEndOffset))
395
uint nativeEndOffset = i == map.Count - 1 ? 0 : map[i + 1].
NativeOffset
;
396
addressRanges[hits].startAddress = new TargetPointer(codeStart + entry.
NativeOffset
).ToClrDataAddress(_target);
487
uint nativeEndOffset = lastValue ? 0 : map[i + 1].
NativeOffset
;
492
maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.
NativeOffset
).ToClrDataAddress(_target);
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
43
nativeMapping.nativeOffset = mapping.
NativeOffset
;