3 writes to Attributes
dotnet.Tests (3)
WindowsInstallerTests.cs (3)
91Attributes = attributes, 108Attributes = attributes, 126Attributes = attributes,
4 references to Attributes
dotnet (4)
Installer\Windows\RelatedProduct.cs (4)
86(Languages.Contains(lcid) && Attributes.HasFlag(UpgradeAttributes.LanguagesExclusive) || 87!Languages.Contains(lcid) && !Attributes.HasFlag(UpgradeAttributes.LanguagesExclusive)); 97return VersionMax != null && (Attributes.HasFlag(UpgradeAttributes.VersionMaxInclusive) 108return VersionMin != null && (Attributes.HasFlag(UpgradeAttributes.VersionMinInclusive)