3 writes to Description
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3511
Description
= other.Description;
3579
Description
= input.ReadString();
Dashboard\proto\Partials.cs (1)
94
var 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)
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
;