3 writes to _state
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
95
_state
= StateDisabled;
232
var priorState = Interlocked.CompareExchange(ref
_state
, value: StateInitialized, comparand: StateNone);
790
if (Interlocked.Exchange(ref
_state
, StateDisposed) is not StateDisposed)
1 reference to _state
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
228
public bool IsEnabled =>
_state
is not StateDisabled;