4 references to StateDisposed
Aspire.Dashboard (4)
ServiceClient\DashboardClient.cs (4)
260
if (_state is StateDisabled or
StateDisposed
)
329
ObjectDisposedException.ThrowIf(priorState is
StateDisposed
, this);
1155
if (Interlocked.Exchange(ref _state,
StateDisposed
) is not
StateDisposed
)