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