3 references to InProgress
System (3)
net\System\Net\Sockets\Socket.cs (3)
8987if (status == InProgress || status == Configuring) { 9001if(Interlocked.CompareExchange(ref m_Operating, InProgress, Free) != Free) { 9112if (m_Operating == InProgress && m_CompletedOperation == SocketAsyncOperation.Connect) {