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