6 references to disposed
System (6)
net\System\Net\WebSockets\ClientWebSocket.cs (6)
109case disposed: // We only get here if disposed before connecting 137if (priorState == disposed) 351if (state == disposed) 370int priorState = Interlocked.Exchange(ref state, disposed); 371if (priorState == disposed) 386if (state == disposed)