1 write to Provider
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
40Provider = provider;
6 references to Provider
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
129if (fixAllState.Provider.RegisterCodeFixesAsync(context) is Task task)
Microsoft.CodeAnalysis.Workspaces (5)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
44public CodeFixProvider CodeFixProvider => State.Provider;
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
54Provider,
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
70IRefactorOrFixProvider IRefactorOrFixAllState.Provider => this.Provider;
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
36public CodeRefactoringProvider CodeRefactoringProvider => State.Provider;
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
79this.Provider,