CodeRefactoringProvider.GetRefactorAllProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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