3 references to CodeRefactoringProvider
Microsoft.CodeAnalysis.Workspaces (3)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (3)
17
/// Context for "Fix all occurrences" for code refactorings provided by each <see cref="
CodeRefactoringProvider
"/>.
34
/// Underlying <see cref="
CodeRefactoringProvider
"/> which triggered this fix all.
70
object IFixAllContext.Provider => this.
CodeRefactoringProvider
;