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