1 instantiation of DidChangeConfigurationNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandlerFactory.cs (1)
30return new DidChangeConfigurationNotificationHandler(lspLogger, _globalOptionService, clientManager);
8 references to DidChangeConfigurationNotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandlerFactory.cs (1)
13[ExportCSharpVisualBasicLspServiceFactory(typeof(DidChangeConfigurationNotificationHandler)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Configuration\DidChangeConfigurationNotificationHandlerTest.cs (7)
109var actualNames = DidChangeConfigurationNotificationHandler.SupportedOptions.Select( 110DidChangeConfigurationNotificationHandler.GenerateFullNameForOption); 163var supportedOptions = DidChangeConfigurationNotificationHandler.SupportedOptions; 166? DidChangeConfigurationNotificationHandler.SupportedLanguages.SelectAsArray(lang => (option, lang)) 212var expectConfigurationItemsNumber = DidChangeConfigurationNotificationHandler.SupportedOptions.Sum(option => option is IPerLanguageValuedOption ? 2 : 1); 227foreach (var option in DidChangeConfigurationNotificationHandler.SupportedOptions) 232foreach (var _ in DidChangeConfigurationNotificationHandler.SupportedLanguages)