2 writes to UndefineProperties
Microsoft.DotNet.Build.Tasks.Packaging (2)
GeneratePackageReport.cs (1)
375UndefineProperties = packageItem.UndefineProperties
GetApplicableAssetsFromPackages.cs (1)
243UndefineProperties = packageItem.UndefineProperties
5 references to UndefineProperties
Microsoft.DotNet.Build.Tasks.Packaging (5)
PackageReport.cs (5)
151UndefineProperties == otherProject.UndefineProperties; 158hash ^= UndefineProperties.GetHashCode(); 166item.SetMetadata(nameof(UndefineProperties), UndefineProperties);