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