1 instantiation of TransactedConnectionPool
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
499
_transactedConnectionPool = new
TransactedConnectionPool
(this);
2 references to TransactedConnectionPool
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
455
private readonly
TransactedConnectionPool
_transactedConnectionPool;
1787
TransactedConnectionPool
transactedConnectionPool = _transactedConnectionPool;