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)