1 instantiation of WorkspacePullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\WorkspacePullDiagnosticHandlerFactory.cs (1)
34
=> new
WorkspacePullDiagnosticHandler
(_analyzerService, _editAndContinueDiagnosticUpdateSource, _globalOptions);
3 references to WorkspacePullDiagnosticHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptPullDiagnosticHandlerProvider.cs (1)
32
[ExportLspServiceFactory(typeof(
WorkspacePullDiagnosticHandler
), ProtocolConstants.TypeScriptLanguageContract), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
132
return
WorkspacePullDiagnosticHandler
.GetDiagnosticSourcesAsync(context, GlobalOptions, cancellationToken);
Handler\Diagnostics\WorkspacePullDiagnosticHandlerFactory.cs (1)
14
[ExportCSharpVisualBasicLspServiceFactory(typeof(
WorkspacePullDiagnosticHandler
)), Shared]