2 writes to _minPoolSize
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (2)
649
_minPoolSize
= value;
1106
_minPoolSize
= DbConnectionStringDefaults.MinPoolSize;
1 reference to _minPoolSize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
643
get { return
_minPoolSize
; }