6 references to PreferredUILang
Microsoft.Build.Tasks.CodeAnalysis (6)
src\Compilers\Core\MSBuildTask\Csc.cs (6)
120set { _store[nameof(PreferredUILang)] = value; } 121get { return (string?)_store[nameof(PreferredUILang)]; } 220commandLine.AppendSwitchIfNotNull("/preferreduilang:", PreferredUILang); 662if (!string.IsNullOrEmpty(PreferredUILang) && !string.Equals(PreferredUILang, System.Globalization.CultureInfo.CurrentUICulture.Name, StringComparison.OrdinalIgnoreCase)) 664CheckHostObjectSupport(nameof(PreferredUILang), resultFromHostObjectSetOperation: false);