4 references to StateDisabled
Aspire.Dashboard (4)
ServiceClient\DashboardClient.cs (4)
119_state = StateDisabled; 252public bool IsEnabled => _state is not StateDisabled; 260if (_state is StateDisabled or StateDisposed) 322if (priorState is StateDisabled)