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