Constructor XmlRepository
XmlRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the XmlRepository
class with specified parameters.
public XmlRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)
Parameters
documentProvider
ILspDocumentProviderILspDocumentProvider
for this new instance.syntaxTree
ISyntaxTreeISyntaxTree
for this new instance.