7 references to Pool
System.Data.OleDb (7)
System\Data\ProviderBase\DbConnectionInternal.cs (1)
84
DbConnectionPool? connectionPool =
Pool
;
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (4)
344
if (!_connectionIsDoomed &&
Pool
!.UseLoadBalancing)
350
if ((now.Ticks - _createTime.Ticks) >
Pool
.LoadBalanceTimeout.Ticks)
378
DbConnectionPool? pool =
Pool
;
563
if (null !=
Pool
)
System\Data\ProviderBase\DbConnectionPool.cs (2)
672
if ((oldConnection != null) && (oldConnection.
Pool
== this))
684
var oldConnectionPool = oldConnection.
Pool
;