3 writes to _globalValues
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\OptionStore.cs (3)
37_globalValues = ImmutableDictionary<OptionKey2, object?>.Empty; 43_globalValues = ImmutableDictionary<OptionKey2, object?>.Empty; 81_globalValues = _globalValues.Add(optionKey, value);
3 references to _globalValues
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\OptionStore.cs (3)
48=> _updatedValues.SelectAsArray(entry => (entry.Key, _globalValues[entry.Key], entry.Value)); 75if (_globalValues.TryGetValue(optionKey, out value)) 81_globalValues = _globalValues.Add(optionKey, value);