2 references to All
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\OptionLogger.cs (2)
16
private const string All = nameof(
All
);
32
m[Language] = optionKey.Language ??
All
;