1 write to _asyncListenerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
31
_asyncListenerProvider
= asynchronousOperationListenerProvider;
1 reference to _asyncListenerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
41
return new DiagnosticsRefreshQueue(
_asyncListenerProvider
, _lspWorkspaceRegistrationService, lspWorkspaceManager, notificationManager, _refresher);