1 write to _asyncListenerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintRefreshQueueFactory.cs (1)
27
_asyncListenerProvider
= asynchronousOperationListenerProvider;
1 reference to _asyncListenerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintRefreshQueueFactory.cs (1)
37
return new InlayHintRefreshQueue(
_asyncListenerProvider
, _lspWorkspaceRegistrationService, _globalOptionService, lspWorkspaceManager, notificationManager);