2 writes to Exception
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3514Exception = other.Exception; 3583Exception = input.ReadString();
11 references to Exception
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
3398if (Exception != other.Exception) return false; 3409if (Exception.Length != 0) hash ^= Exception.GetHashCode(); 3466if (Exception.Length != 0) { 3468output.WriteString(Exception); 3489if (Exception.Length != 0) { 3490size += 1 + pb::CodedOutputStream.ComputeStringSize(Exception); 3513if (other.Exception.Length != 0) { 3514Exception = other.Exception;
ResourceService\Partials.cs (1)
52return new HealthReportViewModel(healthReport.Key, healthReport.HasStatus ? MapHealthStatus(healthReport.Status) : null, healthReport.Description, healthReport.Exception);