3 writes to m_IntCleanedUp
System (3)
net\System\Net\Sockets\Socket.cs (3)
6253while ((last = Interlocked.CompareExchange(ref m_IntCleanedUp, 1, 0)) == 2) 7532if (Interlocked.CompareExchange(ref m_IntCleanedUp, 2, 0) != 0) 7548Interlocked.Exchange(ref m_IntCleanedUp, 0);
1 reference to m_IntCleanedUp
System (1)
net\System\Net\Sockets\Socket.cs (1)
5808return (m_IntCleanedUp == 1);