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