7 references to Disposed
System.Net.WebSockets.Client (7)
System\Net\WebSockets\ClientWebSocket.cs (7)
48Debug.Assert(_state == InternalState.Disposed); 106case InternalState.Disposed: 136Debug.Assert(_state == InternalState.Disposed); 166ObjectDisposedException.ThrowIf(_state == InternalState.Disposed, this); 182if (_state != InternalState.Disposed) 191if (Interlocked.Exchange(ref _state, InternalState.Disposed) != InternalState.Disposed)