1 instantiation of DidChangeConfigurationNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandlerFactory.cs (1)
30
return new
DidChangeConfigurationNotificationHandler
(lspLogger, _globalOptionService, clientManager);
1 reference to DidChangeConfigurationNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandlerFactory.cs (1)
13
[ExportCSharpVisualBasicLspServiceFactory(typeof(
DidChangeConfigurationNotificationHandler
)), Shared]