1 write to _globalOptionService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
29
_globalOptionService
= globalOptionService;
1 reference to _globalOptionService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
37
return new CodeLensRefreshQueue(_asyncListenerProvider, _lspWorkspaceRegistrationService, lspWorkspaceManager, notificationManager,
_globalOptionService
);