4 references to Created
System.Net.WebSockets.Client (4)
System\Net\WebSockets\ClientWebSocket.cs (4)
19_state = InternalState.Created; 43case InternalState.Created: 104switch (Interlocked.CompareExchange(ref _state, InternalState.Connecting, InternalState.Created)) 109case InternalState.Created: