3 references to XACT_E_ALREADYINPROGRESS
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\OletxHelper.cs (1)
44catch (COMException e) when (e.ErrorCode == XACT_E_ALREADYINPROGRESS)
System\Transactions\Oletx\OletxTransaction.cs (2)
992else if (comException.ErrorCode == OletxHelper.XACT_E_ALREADYINPROGRESS) 1060if (comException.ErrorCode == OletxHelper.XACT_E_ALREADYINPROGRESS)