3 references to XACT_E_NOTRANSACTION
System.Transactions (3)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
862if ( NativeMethods.XACT_E_NOTRANSACTION == comException.ErrorCode )
System\Transactions\TransactionInterop.cs (1)
609if ( Oletx.NativeMethods.XACT_E_NOTRANSACTION != ex.ErrorCode )
System\Transactions\TransactionScope.cs (1)
1271if ( System.Transactions.Oletx.NativeMethods.XACT_E_NOTRANSACTION == e.ErrorCode )