2 writes to Key
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionStorage.cs (2)
33
Key
= key;
44
Key
= key;
5 references to Key
Microsoft.VisualStudio.LanguageServices (3)
Options\VisualStudioOptionStorage.cs (3)
27
/// Language specific storage key should use <see cref="LanguagePlaceholder"/> in <see cref="
Key
"/>.
49
=>
Key
.Contains(LanguagePlaceholder);
52
=> (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),