1 write to _objectList
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
493_objectList = new List<DbConnectionInternal>(MaxPoolSize);
16 references to _objectList
System.Data (16)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (16)
717lock(_objectList) { 718int count = _objectList.Count; 721obj = _objectList[i]; 805lock (_objectList) { 807_objectList.Remove(oldConnection); 809_objectList.Add(newObj); 810_totalObjects = _objectList.Count; 819lock (oldConnectionPool._objectList) { 820oldConnectionPool._objectList.Remove(oldConnection); 821oldConnectionPool._totalObjects = oldConnectionPool._objectList.Count; 1024lock (_objectList) { 1025removed = _objectList.Remove(obj); 1027_totalObjects = _objectList.Count; 1697lock(_objectList) { 1698count = _objectList.Count; 1701DbConnectionInternal obj = _objectList[i];