2 references to CanMergeDeclarationAndAssignmentAsync
Microsoft.CodeAnalysis.Workspaces (2)
AbstractMoveDeclarationNearReferenceService.cs (2)
58
!await
CanMergeDeclarationAndAssignmentAsync
(document, state, cancellationToken).ConfigureAwait(false))
90
var canMergeDeclarationAndAssignment = await
CanMergeDeclarationAndAssignmentAsync
(document, state, cancellationToken).ConfigureAwait(false);