3 references to IsTxRootWaitingForTxEnd
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (2)
272bool value = !IsTxRootWaitingForTxEnd && (_pooledCount < 1) && !_owningObject.IsAlive; 809if (IsTxRootWaitingForTxEnd) {
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1017if (obj.IsTxRootWaitingForTxEnd) {