5 writes to m_WaitCount
System (5)
net\System\Net\connectionpool.cs (5)
510Interlocked.Decrement(ref m_WaitCount); 518int newWaitCount = Interlocked.Decrement(ref m_WaitCount); 536Interlocked.Decrement(ref m_WaitCount); 568Interlocked.Decrement(ref m_WaitCount); 609Interlocked.Increment(ref m_WaitCount);
2 references to m_WaitCount
System (2)
net\System\Net\connectionpool.cs (2)
687if (m_WaitCount == 0) { 700if (m_WaitCount > 0) {