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