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