3 writes to _pendingOutcome
System.Transactions.Local (3)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (3)
1023
_pendingOutcome
= TransactionStatus.Active;
1195
_pendingOutcome
= TransactionStatus.Aborted;
1263
_pendingOutcome
= TransactionStatus.InDoubt;
1 reference to _pendingOutcome
System.Transactions.Local (1)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1378
localPendingOutcome =
_pendingOutcome
;