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