4 references to DiagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticService.cs (1)
53_eventListenerTracker = new EventListenerTracker<IDiagnosticService>(eventListeners, WellKnownEventListeners.DiagnosticService);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\EventListener\WellKnownEventListeners.cs (1)
13public const string DiagnosticService = nameof(DiagnosticService);
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\MiscellaneousDiagnosticListTable.cs (1)
18[ExportEventListener(WellKnownEventListeners.DiagnosticService, WorkspaceKind.MiscellaneousFiles), Shared]
TableDataSource\VisualStudioDiagnosticListTable.cs (1)
24[ExportEventListener(WellKnownEventListeners.DiagnosticService, WorkspaceKind.Host), Shared]