5 references to HasStatus
Aspire.Dashboard (5)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (4)
3406
if (
HasStatus
) hash ^= Status.GetHashCode();
3454
if (
HasStatus
) {
3480
if (
HasStatus
) {
3504
if (other.
HasStatus
) {
ResourceService\Partials.cs (1)
52
return new HealthReportViewModel(healthReport.Key, healthReport.
HasStatus
? MapHealthStatus(healthReport.Status) : null, healthReport.Description, healthReport.Exception);