Table of Contents

Constructor CodeFixCollection

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

CodeFixCollection(object, TextSpan, IEnumerable<CodeFix>)

Initializes a new instance of the CodeFixCollection class with specified parameters.

public CodeFixCollection(object provider, TextSpan texSpan, IEnumerable<CodeFix> fixes)

Parameters

provider object

Object that provides fixes for source code diagnostics.

texSpan TextSpan

Text span within the document to fix.

fixes IEnumerable<CodeFix>

List of fixes applicable for this instance.