Class CodeRefactoring
Represents a collection of refactors for source code diagnostics.
public class CodeRefactoring
- Inheritance
-
CodeRefactoring
Constructors
- CodeRefactoring(object, TextSpan, IEnumerable<CodeAction>)
Initializes a new instance of the CodeRefactoring class with specified parameters.
Properties
- Actions
Gets a list of refactoring actions applicable for this instance.
- Provider
Gets an object that provides source code refactorings.
- TextSpan
Gets text span within the document to refactor.