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