3 writes to _poolCollection
System.Data.Odbc (3)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionPoolGroup.cs (3)
58_poolCollection = new ConcurrentDictionary<DbConnectionPoolIdentity, DbConnectionPool>(); 111_poolCollection = new ConcurrentDictionary<DbConnectionPoolIdentity, DbConnectionPool>(); 265_poolCollection = newPoolCollection;
9 references to _poolCollection
System.Data.Odbc (9)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionPoolGroup.cs (9)
108if (!_poolCollection.IsEmpty) 110oldPoolCollection = _poolCollection; 130return _poolCollection.Count; 164if (!_poolCollection.TryGetValue(currentIdentity, out pool)) // find the pool 169if (!_poolCollection.TryGetValue(currentIdentity, out pool)) 180bool addResult = _poolCollection.TryAdd(currentIdentity, newPool); 235if (!_poolCollection.IsEmpty) 239foreach (var entry in _poolCollection) 270if (_poolCollection.IsEmpty)