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