3 references to Committed
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
48
OletxXactStat.XACTSTAT_COMMITTED => OletxTransactionOutcome.
Committed
,
System\Transactions\Oletx\OletxResourceManager.cs (2)
380
if (OletxTransactionOutcome.
Committed
== outcome)
680
if (localOutcome == OletxTransactionOutcome.
Committed
)