1 write to MinPoolSize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
281
case Keywords.MinPoolSize:
MinPoolSize
= ConvertToInt32(value); break;
1 reference to MinPoolSize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
970
case Keywords.MinPoolSize: return
MinPoolSize
;