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