3 writes to _poolCollection
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPoolGroup.cs (3)
58_poolCollection = new ConcurrentDictionary<DbConnectionPoolIdentity, DbConnectionPool>(); 135_poolCollection = new ConcurrentDictionary<DbConnectionPoolIdentity, DbConnectionPool>(); 307_poolCollection = newPoolCollection;
9 references to _poolCollection
System.Data.OleDb (9)
System\Data\ProviderBase\DbConnectionPoolGroup.cs (9)
132if (!_poolCollection.IsEmpty) 134oldPoolCollection = _poolCollection; 162return _poolCollection.Count; 198if (!_poolCollection.TryGetValue(currentIdentity, out pool)) 203if (!_poolCollection.TryGetValue(currentIdentity, out pool)) 213bool addResult = _poolCollection.TryAdd(currentIdentity, newPool); 269if (!_poolCollection.IsEmpty) 273foreach (var entry in _poolCollection) 312if (_poolCollection.IsEmpty)