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