3 writes to _updatedValues
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\OptionStore.cs (3)
44_updatedValues = ImmutableDictionary<OptionKey2, object?>.Empty; 50_updatedValues = ImmutableDictionary<OptionKey2, object?>.Empty; 108_updatedValues = _updatedValues.SetItem(optionKey, value);
3 references to _updatedValues
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\OptionStore.cs (3)
54=> _updatedValues.SelectAsArray(entry => (entry.Key, _globalValues[entry.Key], entry.Value)); 76if (_updatedValues.TryGetValue(optionKey, out var value)) 108_updatedValues = _updatedValues.SetItem(optionKey, value);