1 instantiation of WorkspacePullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\WorkspacePullDiagnosticHandlerFactory.cs (1)
26
return new
WorkspacePullDiagnosticHandler
(workspaceManager, registrationService, diagnosticSourceManager, diagnosticsRefresher, globalOptions);
1 reference to WorkspacePullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\WorkspacePullDiagnosticHandlerFactory.cs (1)
14
[ExportCSharpVisualBasicLspServiceFactory(typeof(
WorkspacePullDiagnosticHandler
)), Shared]