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