Class CodeRefactoringServiceProvider
Represents a collection that contains a list of code refactors.
public class CodeRefactoringServiceProvider : ICodeRefactoringServiceProvider
- Inheritance
-
CodeRefactoringServiceProvider
- Implements
Methods
- GetRefactoringsAsync(Document, TextSpan, bool, CancellationToken)
Retrieves a list of
CodeRefactoring
for specified text spans inside a given document.
- HasCodeRefactors(Document, TextSpan, bool, CancellationToken)
Indicates whether the document has any code refactors for the specified text span.