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