1 write to _configurationItems
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
56_configurationItems = GenerateGlobalConfigurationItems();
3 references to _configurationItems
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (3)
36/// The matching option and its language name needs to be refreshed. The order matches <see cref="_configurationItems"/> sent to the client. 58RoslynDebug.Assert(_configurationItems.Length == _optionsAndLanguageNamesToRefresh.Length); 114var configurationParams = new ConfigurationParams() { Items = _configurationItems.AsArray() };