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