7 references to Disposed
System.Net.WebSockets.Client (7)
System\Net\WebSockets\ClientWebSocket.cs (7)
49Debug.Assert(_state == InternalState.Disposed); 110case InternalState.Disposed: 140Debug.Assert(_state == InternalState.Disposed); 170ObjectDisposedException.ThrowIf(_state == InternalState.Disposed, this); 186if (_state != InternalState.Disposed) 195if (Interlocked.Exchange(ref _state, InternalState.Disposed) != InternalState.Disposed)