3 references to StateDisabled
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (3)
87
_state =
StateDisabled
;
215
public bool IsEnabled => _state is not
StateDisabled
;
221
if (priorState is
StateDisabled
)