1 write to SuppressParent
Microsoft.NET.ProjectData.Tasks (1)
ValidateProjectDataPackagesTask.cs (1)
876 this.SuppressParent = suppressParent;
4 references to SuppressParent
Microsoft.NET.ProjectData.Tasks (4)
ValidateProjectDataPackagesTask.cs (4)
886 this.SuppressParent == other.SuppressParent; 890 public override int GetHashCode() => ((int)this.Include * 397) ^ (int)this.SuppressParent; 892 public override string ToString() => $"include={this.Include}; private={this.SuppressParent}";