2 writes to Key
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionStorage.cs (2)
40Key = key; 51Key = key;
4 references to Key
Microsoft.VisualStudio.LanguageServices (3)
Options\VisualStudioOptionStorage.cs (3)
34/// Language specific storage key should use <see cref="LanguagePlaceholder"/> in <see cref="Key"/>. 56=> Key.Contains(LanguagePlaceholder); 59=> (VisualBasicKey != null && language == LanguageNames.VisualBasic) ? VisualBasicKey : SubstituteLanguage(Key, language);
Roslyn.VisualStudio.Next.UnitTests (1)
Options\VisualStudioOptionStorageTests.cs (1)
175let roamingStorageKey = storage.Value is VisualStudioOptionStorage.RoamingProfileStorage { Key: var key } ? key : null