Constructor CodeRefactoring
CodeRefactoring(object, TextSpan, IEnumerable<CodeAction>)
Initializes a new instance of the CodeRefactoring class with specified parameters.
public CodeRefactoring(object provider, TextSpan texSpan, IEnumerable<CodeAction> actions)
Parameters
providerobjectObject that provides source code refactorings.
texSpanTextSpanText span within the document to refactor.
actionsIEnumerable<CodeAction>List of refactoring actions applicable for this instance.