2 references to MinPoolSize
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPool.cs (2)
457
if (totalObjects <
MinPoolSize
)
530
while (Count >
MinPoolSize
)