RefactorAllProvider.GetRefactoringAsync(RefactorAllContext) 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 refactor all occurrences for the given refactorAllContext.
public abstract System.Threading.Tasks.Task<Microsoft.CodeAnalysis.CodeActions.CodeAction?> GetRefactoringAsync(Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllContext refactorAllContext);
abstract member GetRefactoringAsync : Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllContext -> System.Threading.Tasks.Task<Microsoft.CodeAnalysis.CodeActions.CodeAction>
Public MustOverride Function GetRefactoringAsync (refactorAllContext As RefactorAllContext) As Task(Of CodeAction)
Parameters
- refactorAllContext
- RefactorAllContext