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