7 writes to _waitCount
System.Data.Odbc (7)
Common\System\Data\ProviderBase\DbConnectionPool.cs (7)
721Interlocked.Increment(ref _waitCount); 745Interlocked.Decrement(ref _waitCount); 751Interlocked.Decrement(ref _waitCount); 764Interlocked.Decrement(ref _waitCount); 774Interlocked.Decrement(ref _waitCount); 800Interlocked.Decrement(ref _waitCount); 831Interlocked.Decrement(ref _waitCount);
1 reference to _waitCount
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
215int waitingRequests = _waitCount;