4 references to Aborted
System.Transactions.Local (4)
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (2)
47
OletxXactStat.XACTSTAT_ABORTED => OletxTransactionOutcome.
Aborted
,
49
_ => OletxTransactionOutcome.
Aborted
System\Transactions\Oletx\OletxResourceManager.cs (2)
384
else if (OletxTransactionOutcome.
Aborted
== outcome)
691
else if (localOutcome == OletxTransactionOutcome.
Aborted
)