3 references to StateDisabled
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
95
_state =
StateDisabled
;
227
public bool IsEnabled => _state is not
StateDisabled
;
233
if (priorState is
StateDisabled
)