1 write to ILOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
99ILOffset = ilOffset,
4 references to ILOffset
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataMethodInstance.cs (3)
224bool isEpilog = map[i].ILOffset == unchecked((uint)-3); // -3 is used to indicate an epilog 231ilOffsets[hits] = map[i].ILOffset; 329maps[outputMapIndex].ilOffset = entry.ILOffset;
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
44nativeMapping.ilOffset = mapping.ILOffset;