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