1 instantiation of CodeLensRefreshQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
37
return new
CodeLensRefreshQueue
(_asyncListenerProvider, _lspWorkspaceRegistrationService, lspWorkspaceManager, notificationManager, _globalOptionService);
1 reference to CodeLensRefreshQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
13
[ExportCSharpVisualBasicLspServiceFactory(typeof(
CodeLensRefreshQueue
)), Shared]