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