1 write to _asyncListenerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueueFactory.cs (1)
24
_asyncListenerProvider
= asynchronousOperationListenerProvider;
1 reference to _asyncListenerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueueFactory.cs (1)
33
return new SemanticTokensRefreshQueue(
_asyncListenerProvider
, _lspWorkspaceRegistrationService, lspWorkspaceManager, notificationManager);