7 writes to asyncConnectOperationLock
System (7)
net\System\Net\Sockets\Socket.cs (7)
2742if (Interlocked.Exchange(ref asyncConnectOperationLock, 1) != 0) 2784Interlocked.Exchange(ref asyncConnectOperationLock, 0); 3100if (Interlocked.Exchange(ref asyncConnectOperationLock, 1) != 0) 3114Interlocked.Exchange(ref asyncConnectOperationLock, 0); 3169if (Interlocked.Exchange(ref asyncConnectOperationLock, 1) != 0) 3194Interlocked.Exchange(ref asyncConnectOperationLock, 0); 3338Interlocked.Exchange(ref asyncConnectOperationLock, 0);