Share via


CodeRefactoringProvider.GetRefactorAllProvider Method

Definition

Gets an optional RefactorAllProvider that can apply multiple occurrences of code refactoring(s) registered by this code refactoring provider across the supported RefactorAllScopes. Return null if the provider doesn't support the refactor all operation.

public virtual Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllProvider? GetRefactorAllProvider();
abstract member GetRefactorAllProvider : unit -> Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllProvider
override this.GetRefactorAllProvider : unit -> Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllProvider
Public Overridable Function GetRefactorAllProvider () As RefactorAllProvider

Returns

Applies to