2 writes to Key
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionStorage.cs (2)
65
Key
= key;
76
Key
= key;
5 references to Key
Microsoft.VisualStudio.LanguageServices (3)
Options\VisualStudioOptionStorage.cs (3)
59
/// Language specific storage key should use <see cref="LanguagePlaceholder"/> in <see cref="
Key
"/>.
81
=>
Key
.Contains(LanguagePlaceholder);
84
=> (VisualBasicKey != null && language == LanguageNames.VisualBasic) ? VisualBasicKey : SubstituteLanguage(
Key
, language);
Roslyn.VisualStudio.Next.UnitTests (2)
Options\VisualStudioOptionStorageTests.cs (1)
184
let roamingStorageKey = storage.Value is VisualStudioOptionStorage.RoamingProfileStorage {
Key
: var key } ? key : null
UnifiedSettings\TestModel\Input.cs (1)
58
RoamingProfileStorage roamingProfile => roamingProfile.
Key
.Replace("%LANGUAGE%", languageId),