1 write to _transactedConnectionPool
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
499_transactedConnectionPool = new TransactedConnectionPool(this);
5 references to _transactedConnectionPool
System.Data (5)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (5)
948Debug.Assert ( _transactedConnectionPool != null, "Transacted connection pool was not expected to be null."); 949_transactedConnectionPool.PutTransactedObject(transaction, obj); 1479if (null != transaction && null != _transactedConnectionPool) { 1480obj = _transactedConnectionPool.GetTransactedObject(transaction); 1787TransactedConnectionPool transactedConnectionPool = _transactedConnectionPool;