4 writes to m_Operating
System (4)
net\System\Net\Sockets\Socket.cs (4)
8949m_Operating = Free; 8966if(Interlocked.CompareExchange(ref m_Operating, Disposed, Free) != Free) { 8986int status = Interlocked.CompareExchange(ref m_Operating, Configuring, Free); 9001if(Interlocked.CompareExchange(ref m_Operating, InProgress, Free) != Free) {
1 reference to m_Operating
System (1)
net\System\Net\Sockets\Socket.cs (1)
9112if (m_Operating == InProgress && m_CompletedOperation == SocketAsyncOperation.Connect) {