5 references to ILOffset
Microsoft.CodeAnalysis.Features (5)
Contracts\EditAndContinue\ManagedInstructionId.cs (4)
41return Method.Equals(other.Method) && ILOffset == other.ILOffset; 48return Method.GetHashCode() ^ ILOffset; 55internal string GetDebuggerDisplay() => $"{Method.GetDebuggerDisplay()} IL_{ILOffset:X4}";
EditAndContinue\EditSession.cs (1)
1343activeStatementsInUpdatedMethodsBuilder.Add(new ManagedActiveStatementUpdate(methodId, instructionId.ILOffset, newActiveStatement.Span.ToSourceSpan()));