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