1 write to ILOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
95ILOffset = ilOffset,
3 references to ILOffset
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataMethodInstance.cs (3)
214bool isEpilog = map[i].ILOffset == unchecked((uint)-3); // -3 is used to indicate an epilog 221ilOffsets[hits] = map[i].ILOffset; 319maps[outputMapIndex].ilOffset = entry.ILOffset;