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