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