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