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));
76
if (
_updatedValues
.TryGetValue(optionKey, out var value))
108
_updatedValues =
_updatedValues
.SetItem(optionKey, value);