1 instantiation of CodeLensRefreshQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
27
return new
CodeLensRefreshQueue
(asynchronousOperationListenerProvider, lspWorkspaceRegistrationService, lspWorkspaceManager, notificationManager, providerRefresher, globalOptionService);
1 reference to CodeLensRefreshQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
13
[ExportCSharpVisualBasicLspServiceFactory(typeof(
CodeLensRefreshQueue
)), Shared]