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)
643get { return _minPoolSize; }