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