3 writes to Description
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3511Description = other.Description; 3579Description = input.ReadString();
Dashboard\proto\Partials.cs (1)
94var healthReport = new HealthReport { Key = report.Name, Description = report.Description ?? "", Exception = report.ExceptionText ?? "" };
10 references to Description
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
3397if (Description != other.Description) return false; 3408if (Description.Length != 0) hash ^= Description.GetHashCode(); 3462if (Description.Length != 0) { 3464output.WriteString(Description); 3486if (Description.Length != 0) { 3487size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); 3510if (other.Description.Length != 0) { 3511Description = other.Description;