3 references to GetMethodDeclarationAsync
Microsoft.CodeAnalysis.Features (3)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (3)
385
var setMethodDeclaration = await
GetMethodDeclarationAsync
(setMethod, cancellationToken).ConfigureAwait(false);
414
var getMethodDeclaration = await
GetMethodDeclarationAsync
(getMethod, cancellationToken).ConfigureAwait(false);
415
var setMethodDeclaration = await
GetMethodDeclarationAsync
(setMethod, cancellationToken).ConfigureAwait(false);