2 writes to realOletxTransaction
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
66
this.
realOletxTransaction
= realOletxTransaction;
610
this.
realOletxTransaction
= realOletxTransaction;
7 references to realOletxTransaction
System.Transactions (7)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (7)
45
return this.
realOletxTransaction
.Identifier;
272
this.
realOletxTransaction
.DecrementUndecidedEnlistments();
282
localPhase0Shim.Phase0Done( ( this.collectedVoteYes ) && ( !this.
realOletxTransaction
.Doomed ) );
472
committableTx = this.
realOletxTransaction
.committableTransaction;
827
this.
realOletxTransaction
.DecrementUndecidedEnlistments();
835
if ( ( collectedVoteYes ) && ( !
realOletxTransaction
.Doomed ) )
1076
this.
realOletxTransaction
.TooLateForEnlistments = true;