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
caseSensitiveboolSpecifies CaseSensitive property of this new instance.
documentProviderILspDocumentProviderILspDocumentProviderfor this new instance.syntaxTreeISyntaxTreeISyntaxTreefor this new instance.