1 write to _healthReports
Aspire.Hosting (1)
ApplicationModel\CustomResourceSnapshot.cs (1)
83
_healthReports
= value;
2 references to _healthReports
Aspire.Hosting (2)
ApplicationModel\CustomResourceSnapshot.cs (2)
52
HealthStatus = ComputeHealthStatus(
_healthReports
, value?.Text);
80
get =>
_healthReports
;