2 references to MinPoolSize
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
545
if (totalObjects <
MinPoolSize
)
636
while(Count >
MinPoolSize
) { // While above MinPoolSize...