5 references to MaxPoolSize
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
153
validKeywords[(int)Keywords.MaxPoolSize] = DbConnectionStringKeywords.
MaxPoolSize
;
196
hash.Add(DbConnectionStringKeywords.
MaxPoolSize
, Keywords.MaxPoolSize);
591
[DisplayName(DbConnectionStringKeywords.
MaxPoolSize
)]
599
throw ADP.InvalidConnectionOptionValue(DbConnectionStringKeywords.
MaxPoolSize
);
601
SetValue(DbConnectionStringKeywords.
MaxPoolSize
, value);