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