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