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