2 implementations of Provider
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
76
IRefactorOrFixProvider IRefactorOrFixAllContext.
Provider
=> this.CodeFixProvider;
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
66
IRefactorOrFixProvider IRefactorOrFixAllContext.
Provider
=> this.CodeRefactoringProvider;