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.
59
RoslynDebug.Assert(
_configurationItems
.Length == _optionsAndLanguageNamesToRefresh.Length);
115
var configurationParams = new ConfigurationParams() { Items =
_configurationItems
.AsArray() };