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