<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview2.26190.5" />

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.