1 write to _key
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioOptionStorage.cs (1)
96
_key
= key;
2 references to _key
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionStorage.cs (2)
101
persister.Persist(optionKey, _path,
_key
, value);
106
=> persister.TryFetch(optionKey, _path,
_key
, out value);