3 writes to _totalObjects
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (3)
677
_totalObjects
= _objectList.Count;
691
oldConnectionPool.
_totalObjects
= oldConnectionPool._objectList.Count;
897
_totalObjects
= _objectList.Count;
1 reference to _totalObjects
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
422
get { return
_totalObjects
; }