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