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