Table of Contents

Namespace Alternet.Syntax.Parsers.Roslyn

Classes

CodeFix

Represents properties and methods used to describe a particular code fix.

CodeFixCollection

Represents a collection of fixes for source code diagnostics.

CodeFixServiceProvider

Represents a collection that contains a list of code fixes.

CodeRefactoring

Represents a collection of refactors for source code diagnostics.

CodeRefactoringServiceProvider

Represents a collection that contains a list of code refactors.

CsParser

Represents a class that performs syntax and lexical analysis of the specified C# code.

CsParser.CsTokenizer
FormattingOptionsEventArgs
IndentationProvider
ParserConsts

Contains default constants related to lexical and syntax analyzers.

RoslynParser

Represents properties and methods to perform syntax analysis of the text intended to use for Roslyn supported languages.

RoslynParser.LineToken
RoslynParser.SpanResolver
RoslynParser.TokenList
RoslynParser.Tokenizer
RoslynTextContainer
SignatureHelpItem
SignatureHelpItem.SignatureHelpParameter
SignatureHelpProvider

Provides a method to get a list of method signatures.

SymbolDisplayPartExtensions
TaggedTextExtensions
VbParser

Represents a class that performs syntax and lexical analysis of specified Visual Basic.NET code text.

VbParser.VbTokenizer

Structs

SignatureHelpTriggerInfo

Represents trigger information for the Signature help.

Interfaces

ICodeFixServiceProvider

Represents base interface for code fix provider.

ICodeRefactoringServiceProvider

Represents base interface for code refactoring provider.

IIndentationProvider
IRoslynRepository
IRoslynSolution

Represents properties and methods to service source code documents intended to use for Roslyn supported languages.

ISignatureHelpItems

Represents a list of method signatures.

ISignatureHelpProvider

Represents a method to get a list of method signatures.

Enums

CodeActionRequestPriority
SignatureHelpTriggerReason

Determines how Signature provider was triggered.