1 write to _connectionState
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
293
_connectionState
= state;
2 references to _connectionState
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
258
public DashboardConnectionState ConnectionState =>
_connectionState
;
288
if (
_connectionState
== state)