1 implementation of GetRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\CodeRefactoringService.cs (1)
117public async Task<ImmutableArray<CodeRefactoring>> GetRefactoringsAsync(
2 references to GetRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ICodeRefactoringService.cs (1)
24=> service.GetRefactoringsAsync(document, state, CodeActionRequestPriority.None, options, isBlocking, addOperationScope: _ => null, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
453() => codeRefactoringService.GetRefactoringsAsync(