1 instantiation of DocumentPullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
37
=> new
DocumentPullDiagnosticHandler
(_analyzerService, _diagnosticSourceManager, _diagnosticsRefresher, _globalOptions);
1 reference to DocumentPullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
14
[ExportCSharpVisualBasicLspServiceFactory(typeof(
DocumentPullDiagnosticHandler
)), Shared]