1 write to _transactedConnectionPool
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
405
_transactedConnectionPool
= new TransactedConnectionPool(this);
4 references to _transactedConnectionPool
System.Data.OleDb (4)
System\Data\ProviderBase\DbConnectionPool.cs (4)
817
Debug.Assert(
_transactedConnectionPool
!= null, "Transacted connection pool was not expected to be null.");
818
_transactedConnectionPool
.PutTransactedObject(transaction, obj);
1367
if (null != transaction && null !=
_transactedConnectionPool
)
1369
obj =
_transactedConnectionPool
.GetTransactedObject(transaction);