7 references to Pool
System.Data.Odbc (7)
Common\System\Data\ProviderBase\DbConnectionInternal.cs (1)
87
DbConnectionPool? connectionPool =
Pool
;
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
403
if ((oldConnection != null) && (oldConnection.
Pool
== this))
414
var oldConnectionPool = oldConnection.
Pool
;
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (4)
221
Debug.Assert(
Pool
!= null);
231
if (!_connectionIsDoomed &&
Pool
.UseLoadBalancing)
237
if ((now.Ticks - _createTime.Ticks) >
Pool
.LoadBalanceTimeout.Ticks)
398
if (null !=
Pool
)