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); 164var supportedOptions = DidChangeConfigurationNotificationHandler.SupportedOptions; 167? DidChangeConfigurationNotificationHandler.SupportedLanguages.SelectAsArray(lang => (option, lang)) 213var expectConfigurationItemsNumber = DidChangeConfigurationNotificationHandler.SupportedOptions.Sum(option => option is IPerLanguageValuedOption ? 2 : 1); 228foreach (var option in DidChangeConfigurationNotificationHandler.SupportedOptions) 233foreach (var _ in DidChangeConfigurationNotificationHandler.SupportedLanguages)