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