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