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