6 references to PreferredUILang
Microsoft.Build.Tasks.CodeAnalysis (6)
Vbc.cs (6)
178set { _store[nameof(PreferredUILang)] = value; } 179get { return (string?)_store[nameof(PreferredUILang)]; } 443commandLine.AppendSwitchIfNotNull("/preferreduilang:", this.PreferredUILang); 956if (!String.IsNullOrEmpty(PreferredUILang) && !String.Equals(PreferredUILang, System.Globalization.CultureInfo.CurrentUICulture.Name, StringComparison.OrdinalIgnoreCase)) 958CheckHostObjectSupport(param = nameof(PreferredUILang), resultFromHostObjectSetOperation: false);