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