3 writes to _state
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (3)
87
_state
= StateDisabled;
219
var priorState = Interlocked.CompareExchange(ref
_state
, value: StateInitialized, comparand: StateNone);
579
if (Interlocked.Exchange(ref
_state
, StateDisposed) is not StateDisposed)
1 reference to _state
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
215
public bool IsEnabled =>
_state
is not StateDisabled;