4 references to LanguagesExclusive
dotnet (2)
Installer\Windows\RelatedProduct.cs (2)
86(Languages.Contains(lcid) && Attributes.HasFlag(UpgradeAttributes.LanguagesExclusive) || 87!Languages.Contains(lcid) && !Attributes.HasFlag(UpgradeAttributes.LanguagesExclusive));
dotnet.Tests (2)
WindowsInstallerTests.cs (2)
84[InlineData(null, UpgradeAttributes.LanguagesExclusive, 3082, false)] 85[InlineData("1033,1041,1049", UpgradeAttributes.LanguagesExclusive, 1033, true)]