7 references to Disposed
System.Net.WebSockets.Client (7)
System\Net\WebSockets\ClientWebSocket.cs (7)
49Debug.Assert(_state == InternalState.Disposed); 107case InternalState.Disposed: 137Debug.Assert(_state == InternalState.Disposed); 167ObjectDisposedException.ThrowIf(_state == InternalState.Disposed, this); 183if (_state != InternalState.Disposed) 192if (Interlocked.Exchange(ref _state, InternalState.Disposed) != InternalState.Disposed)