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