2 implementations of FixAllProvider
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
75IFixAllProvider IFixAllContext.FixAllProvider => this.FixAllProvider;
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
68IFixAllProvider IFixAllContext.FixAllProvider => this.FixAllProvider;
2 references to FixAllProvider
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
FixAllGetFixesService.cs (1)
83action = await fixAllContext.FixAllProvider.GetFixAsync(fixAllContext).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
83action = await fixAllContext.FixAllProvider.GetFixAsync(fixAllContext).ConfigureAwait(false);