2 implementations of IRefactorOrFixAllProvider
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
19
public abstract class FixAllProvider :
IRefactorOrFixAllProvider
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (1)
23
public abstract class RefactorAllProvider :
IRefactorOrFixAllProvider
12 references to IRefactorOrFixAllProvider
Microsoft.CodeAnalysis.Workspaces (12)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (2)
27
CodeActionCleanup
IRefactorOrFixAllProvider
.Cleanup => this.Cleanup;
99
Task<CodeAction?>
IRefactorOrFixAllProvider
.GetCodeActionAsync(IRefactorOrFixAllContext fixAllContext)
CodeFixesAndRefactorings\CommonFixAllState.cs (2)
14
where TFixAllProvider :
IRefactorOrFixAllProvider
68
IRefactorOrFixAllProvider
IRefactorOrFixAllState.FixAllProvider => this.FixAllProvider;
CodeFixesAndRefactorings\FixAllProviderInfo.cs (5)
18
public readonly
IRefactorOrFixAllProvider
FixAllProvider;
22
IRefactorOrFixAllProvider
fixAllProvider,
101
IRefactorOrFixAllProvider
fixAllProvider,
110
IRefactorOrFixAllProvider
fixAllProvider,
122
IRefactorOrFixAllProvider
fixAllProvider,
CodeFixesAndRefactorings\IRefactorOrFixAllState.cs (1)
16
IRefactorOrFixAllProvider
FixAllProvider { get; }
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (2)
33
CodeActionCleanup
IRefactorOrFixAllProvider
.Cleanup => this.Cleanup;
41
Task<CodeAction?>
IRefactorOrFixAllProvider
.GetCodeActionAsync(IRefactorOrFixAllContext fixAllContext)