Table of Contents

Class CodeFixServiceProvider

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

Represents a collection that contains a list of code fixes.

public class CodeFixServiceProvider : ICodeFixServiceProvider
Inheritance
CodeFixServiceProvider
Implements

Methods

GetCodeFixes(Document, TextSpan, Diagnostic, bool, CancellationToken)

Retrieves a list of CodeFixCollection for specified text spans inside a given document.

HasCodeFixes(Document, TextSpan, Diagnostic, bool, CancellationToken)

Indicates whether the document has any code fixes for the specified text span.