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)
132
if (!
_poolCollection
.IsEmpty)
134
oldPoolCollection =
_poolCollection
;
162
return
_poolCollection
.Count;
198
if (!
_poolCollection
.TryGetValue(currentIdentity, out pool))
203
if (!
_poolCollection
.TryGetValue(currentIdentity, out pool))
213
bool addResult =
_poolCollection
.TryAdd(currentIdentity, newPool);
269
if (!
_poolCollection
.IsEmpty)
273
foreach (var entry in
_poolCollection
)
312
if (
_poolCollection
.IsEmpty)