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