Table of Contents

Class CodeFixCollection

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

Represents a collection of fixes for source code diagnostics.

public class CodeFixCollection
Inheritance
CodeFixCollection

Constructors

CodeFixCollection(object, TextSpan, IEnumerable<CodeFix>)

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

Properties

Fixes

Gets a list of fixes applicable for this instance.

Provider

Gets an object that provides fixes for source code diagnostics.

TextSpan

Gets the text span within the document to fix.