1 override of CreateConnection
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
39override protected DbConnectionInternal CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) {
2 references to CreateConnection
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
132DbConnectionInternal newConnection = CreateConnection(connectionOptions, poolKey, poolGroupProviderInfo, null, owningConnection, userOptions); 145DbConnectionInternal newConnection = CreateConnection(options, poolKey, poolGroupProviderInfo, pool, owningObject, userOptions);