3 references to StateDisposed
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (3)
228ObjectDisposedException.ThrowIf(priorState is StateDisposed, this); 579if (Interlocked.Exchange(ref _state, StateDisposed) is not StateDisposed)