Table of Contents

Constructor LspRepository

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

LspRepository(bool, ILspDocumentProvider, ISyntaxTree?)

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

public LspRepository(bool caseSensitive, ILspDocumentProvider documentProvider, ISyntaxTree? syntaxTree = null)

Parameters

caseSensitive bool

Specifies CaseSensitive property of this new instance.

documentProvider ILspDocumentProvider

ILspDocumentProvider for this new instance.

syntaxTree ISyntaxTree

ISyntaxTree for this new instance.