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