Ejemplo n.º 1
0
 public XamlInProcLanguageClient(
     XamlLanguageServerProtocol languageServerProtocol,
     VisualStudioWorkspace workspace,
     IAsynchronousOperationListenerProvider listenerProvider,
     XamlSolutionProvider solutionProvider)
     : base(languageServerProtocol, workspace, listenerProvider, solutionProvider, diagnosticsClientName: null)
 {
 }
 public XamlInProcLanguageClient(
     XamlLanguageServerProtocol languageServerProtocol,
     VisualStudioWorkspace workspace,
     IDiagnosticService diagnosticService,
     IAsynchronousOperationListenerProvider listenerProvider,
     ILspWorkspaceRegistrationService lspWorkspaceRegistrationService)
     : base(languageServerProtocol, workspace, diagnosticService, listenerProvider, lspWorkspaceRegistrationService, diagnosticsClientName: null)
 {
 }
Ejemplo n.º 3
0
 public XamlLanguageServerClient(XamlLanguageServerProtocol languageServerProtocol, VisualStudioWorkspace workspace, IDiagnosticService diagnosticService)
     : base(languageServerProtocol, workspace, diagnosticService, diagnosticsClientName: null)
 {
 }