1 instantiation of DiagnosticsRefreshQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
41
return new
DiagnosticsRefreshQueue
(_asyncListenerProvider, _lspWorkspaceRegistrationService, lspWorkspaceManager, notificationManager, _refresher);
1 reference to DiagnosticsRefreshQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
17
[ExportCSharpVisualBasicLspServiceFactory(typeof(
DiagnosticsRefreshQueue
)), Shared]