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