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