3 references to StateNone
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
87private int _state = StateNone; 320var priorState = Interlocked.CompareExchange(ref _state, value: StateInitialized, comparand: StateNone); 327if (priorState is not StateNone)