1 reference to GetMethodDeclarationAsync
Microsoft.CodeAnalysis.Features (1)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (1)
42
var methodDeclaration = await service.
GetMethodDeclarationAsync
(context).ConfigureAwait(false);