5 references to MinPoolSize
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
154validKeywords[(int)Keywords.MinPoolSize] = DbConnectionStringKeywords.MinPoolSize; 197hash.Add(DbConnectionStringKeywords.MinPoolSize, Keywords.MinPoolSize); 281case Keywords.MinPoolSize: MinPoolSize = ConvertToInt32(value); break; 970case Keywords.MinPoolSize: return MinPoolSize; 1105case Keywords.MinPoolSize: