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