4 references to Pooling
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1161if ((innerConnection != null) && (!innerConnection.ConnectionOptions.Pooling)) { 1587if (!tdsInnerConnection.ConnectionOptions.Pooling) {
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
153if (!opt.ContextConnection && opt.Pooling) { // never pool context connections.
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1986CompleteLogin(!ConnectionOptions.Pooling);