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