1 write to NativeOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
94
NativeOffset
= nativeOffset,
4 references to NativeOffset
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataMethodInstance.cs (4)
216
uint nativeEndOffset = lastValue ? 0 : map[i + 1].
NativeOffset
;
217
if (codeOffset >= map[i].
NativeOffset
&& (((isEpilog || lastValue) && nativeEndOffset == 0) || codeOffset < nativeEndOffset))
315
uint nativeEndOffset = lastValue ? 0 : map[i + 1].
NativeOffset
;
320
maps[outputMapIndex].startAddress = new TargetPointer(codeStart + entry.
NativeOffset
).ToClrDataAddress(_target);