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