1 write to ILOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
99
ILOffset
= ilOffset,
6 references to ILOffset
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodInstance.cs (5)
289
bool isEpilog = map[i].
ILOffset
== (uint)CLRDataILOffsetMarker.CLRDATA_IL_OFFSET_EPILOG;
296
ilOffsets[hits] = map[i].
ILOffset
;
390
if (entry.
ILOffset
!= ilOffset)
397
addressRanges[hits].endAddress = entry.
ILOffset
== (uint)CLRDataILOffsetMarker.CLRDATA_IL_OFFSET_EPILOG && nativeEndOffset == 0
491
maps[outputMapIndex].ilOffset = entry.
ILOffset
;
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
44
nativeMapping.ilOffset = mapping.
ILOffset
;