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