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