10 references to Pool
System.Data (10)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (6)
434
DbConnectionPool connectionPool =
Pool
;
520
if (!_connectionIsDoomed &&
Pool
.UseLoadBalancing) {
525
if ((now.Ticks - _createTime.Ticks) >
Pool
.LoadBalanceTimeout.Ticks) {
552
DbConnectionPool pool =
Pool
;
753
if (null !=
Pool
) {
821
DbConnectionPool pool =
Pool
;
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
806
if ((oldConnection != null) && (oldConnection.
Pool
== this)) {
816
var oldConnectionPool = oldConnection.
Pool
;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
584
return IsTransactionRoot && (!IsKatmaiOrNewer || null ==
Pool
);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
2222
Debug.Assert(_parser.Connection == null || _parser.Connection.
Pool
!= null, "Shouldn't be calling IsConnectionAlive on non-pooled connections");