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