2 writes to Description
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3511Description = other.Description; 3579Description = input.ReadString();
11 references to Description
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
ResourceService\Partials.cs (1)
52return new HealthReportViewModel(healthReport.Key, healthReport.HasStatus ? MapHealthStatus(healthReport.Status) : null, healthReport.Description, healthReport.Exception);