6 writes to m_CleanupCount
System (6)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (6)
63m_CleanupCount = 1; 71m_CleanupCount = 2; 80m_CleanupCount = 1; 234m_CleanupCount++; 585if (Interlocked.Decrement(ref m_CleanupCount) == 0) { 595if (m_CleanupCount > 0 && Interlocked.Exchange(ref m_CleanupCount, 0) > 0)
1 reference to m_CleanupCount
System (1)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
595if (m_CleanupCount > 0 && Interlocked.Exchange(ref m_CleanupCount, 0) > 0)