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