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