4 references to ILOffset
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ContractWrappers.cs (1)
56
=> new(FromContract(update.Method), update.
ILOffset
, FromContract(update.NewSpan));
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\ActiveStatementTestHelpers.cs (1)
105
=> $"{update.Method.GetDebuggerDisplay()} IL_{update.
ILOffset
:X4}: {update.NewSpan.GetDebuggerDisplay()}";
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
242
Assert.Equal(instructionId1.ILOffset, activeStatements.
ILOffset
);
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
56
=> new(FromContract(update.Method), update.
ILOffset
, FromContract(update.NewSpan));