3 references to StateNone
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (3)
61private int _state = StateNone; 219var priorState = Interlocked.CompareExchange(ref _state, value: StateInitialized, comparand: StateNone); 226if (priorState is not StateNone)