2 implementations of GetCodeActionAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
99Task<CodeAction?> IRefactorOrFixAllProvider.GetCodeActionAsync(IRefactorOrFixAllContext fixAllContext)
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (1)
41Task<CodeAction?> IRefactorOrFixAllProvider.GetCodeActionAsync(IRefactorOrFixAllContext fixAllContext)
1 reference to GetCodeActionAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (1)
178action = await fixAllContext.State.FixAllProvider.GetCodeActionAsync(fixAllContext).ConfigureAwait(false);