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