3 references to IsTxRootWaitingForTxEnd
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (2)
229
bool value = !
IsTxRootWaitingForTxEnd
&& (_pooledCount < 1) && !_owningObject.IsAlive;
620
if (
IsTxRootWaitingForTxEnd
)
System\Data\ProviderBase\DbConnectionPool.cs (1)
887
if (obj.
IsTxRootWaitingForTxEnd
)