3 writes to _totalObjects
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (3)
408
_totalObjects
= _objectList.Count;
421
oldConnectionPool.
_totalObjects
= oldConnectionPool._objectList.Count;
557
_totalObjects
= _objectList.Count;
1 reference to _totalObjects
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
180
get { return
_totalObjects
; }