1 instantiation of DocumentPullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
23
=> new
DocumentPullDiagnosticHandler
(diagnosticSourceManager, diagnosticsRefresher, globalOptions);
2 references to DocumentPullDiagnosticHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptPullDiagnosticHandlerProvider.cs (1)
16
[ExportLspServiceFactory(typeof(
DocumentPullDiagnosticHandler
), ProtocolConstants.TypeScriptLanguageContract), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
14
[ExportCSharpVisualBasicLspServiceFactory(typeof(
DocumentPullDiagnosticHandler
)), Shared]