2 implementations of GetFixAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
94Task<CodeAction?> IFixAllProvider.GetFixAsync(IFixAllContext fixAllContext)
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (1)
43Task<CodeAction?> IFixAllProvider.GetFixAsync(IFixAllContext fixAllContext)