Microsoft.Data.SqlClient.ConnectionPool.TransactedConnectionPool
class 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.