4 references to connecting
System (4)
net\System\Net\WebSockets\ClientWebSocket.cs (4)
107case connecting: 136int priorState = Interlocked.CompareExchange(ref state, connecting, created); 176if (Interlocked.CompareExchange(ref state, connected, connecting) != connecting)