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)
154UndefineProperties == otherProject.UndefineProperties; 161hash ^= UndefineProperties.GetHashCode(); 169item.SetMetadata(nameof(UndefineProperties), UndefineProperties);