4 references to Method
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)
241
Assert.Equal(instructionId1.Method.Method, activeStatements.
Method
);
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
56
=> new(FromContract(update.
Method
), update.ILOffset, FromContract(update.NewSpan));