Table of Contents

Class CodeRefactoringServiceProvider

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

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.