3 writes to _totalObjects
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
810
_totalObjects
= _objectList.Count;
821
oldConnectionPool.
_totalObjects
= oldConnectionPool._objectList.Count;
1027
_totalObjects
= _objectList.Count;
1 reference to _totalObjects
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
516
get { return
_totalObjects
; }