1 write to _healthReports
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
92
_healthReports
= value;
2 references to _healthReports
Aspire.Dashboard (2)
Model\ResourceViewModel.cs (2)
89
get =>
_healthReports
;
103
HealthStatus = ComputeHealthStatus(
_healthReports
, value);