3 references to GetConnectionPoolGroup
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionFactory.cs (2)
314
connectionPoolGroup =
GetConnectionPoolGroup
(connectionPoolGroup.PoolKey, poolOptions, ref connectionOptions)!;
355
return
GetConnectionPoolGroup
(newKey, null, ref userConnectionOptions);
System\Data\ProviderBase\DbConnectionHelper.cs (1)
82
System.Data.ProviderBase.DbConnectionPoolGroup? poolGroup = ConnectionFactory.
GetConnectionPoolGroup
(key, null, ref connectionOptions);