<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />

Microsoft.Data.SqlClient.ConnectionPool.TransactedConnectionPool

Manages database connections that are enlisted in transactions, providing a specialized pool that groups connections by their associated transactions. This class ensures that connections participating in the same transaction can be efficiently reused while maintaining transaction integrity and thread safety.
namespace Microsoft.Data.SqlClient.ConnectionPool { internal class TransactedConnectionPool { } }