3 writes to Exception
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3514
Exception
= other.Exception;
3583
Exception
= input.ReadString();
Dashboard\proto\Partials.cs (1)
94
var healthReport = new HealthReport { Key = report.Name, Description = report.Description ?? "",
Exception
= report.ExceptionText ?? "" };
10 references to Exception
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
3398
if (
Exception
!= other.
Exception
) return false;
3409
if (
Exception
.Length != 0) hash ^=
Exception
.GetHashCode();
3466
if (
Exception
.Length != 0) {
3468
output.WriteString(
Exception
);
3489
if (
Exception
.Length != 0) {
3490
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Exception
);
3513
if (other.
Exception
.Length != 0) {
3514
Exception = other.
Exception
;