Constructor LspRepository
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
boolSpecifies CaseSensitive property of this new instance.
documentProvider
ILspDocumentProviderILspDocumentProvider
for this new instance.syntaxTree
ISyntaxTreeISyntaxTree
for this new instance.