1 implementation of GetRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\CodeRefactoringService.cs (1)
180
public async Task<ImmutableArray<CodeRefactoring>>
GetRefactoringsAsync
(
2 references to GetRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ICodeRefactoringService.cs (1)
23
=> service.
GetRefactoringsAsync
(document, state, priority: null, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
445
var refactorings = await codeRefactoringService.
GetRefactoringsAsync
(