1 write to _connectionState
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
289
_connectionState
= state;
2 references to _connectionState
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
254
public DashboardConnectionState ConnectionState =>
_connectionState
;
284
if (
_connectionState
== state)