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