3 writes to ErrorMessage
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
1663
ErrorMessage
= other.ErrorMessage;
1716
ErrorMessage
= input.ReadString();
Dashboard\DashboardService.cs (1)
177
ErrorMessage
= errorMessage ?? string.Empty
6 references to ErrorMessage
Aspire.Hosting (6)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (6)
1577
if (
ErrorMessage
!= other.
ErrorMessage
) return false;
1586
if (HasErrorMessage) hash ^=
ErrorMessage
.GetHashCode();
1629
output.WriteString(
ErrorMessage
);
1645
size += 1 + pb::CodedOutputStream.ComputeStringSize(
ErrorMessage
);
1663
ErrorMessage = other.
ErrorMessage
;