1 implementation of GetRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\CodeRefactoringService.cs (1)
180
public async Task<ImmutableArray<CodeRefactoring>>
GetRefactoringsAsync
(
1 reference to GetRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ICodeRefactoringService.cs (1)
23
=> service.
GetRefactoringsAsync
(document, state, priority: null, cancellationToken);