2 writes to Description
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3511
Description
= other.Description;
3579
Description
= input.ReadString();
11 references to Description
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
3397
if (
Description
!= other.
Description
) return false;
3408
if (
Description
.Length != 0) hash ^=
Description
.GetHashCode();
3462
if (
Description
.Length != 0) {
3464
output.WriteString(
Description
);
3486
if (
Description
.Length != 0) {
3487
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Description
);
3510
if (other.
Description
.Length != 0) {
3511
Description = other.
Description
;
ResourceService\Partials.cs (1)
52
return new HealthReportViewModel(healthReport.Key, healthReport.HasStatus ? MapHealthStatus(healthReport.Status) : null, healthReport.
Description
, healthReport.Exception);