1 write to oletxTransaction
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
1024this.oletxTransaction = oletxTransaction;
18 references to oletxTransaction
System.Transactions (18)
System\Transactions\Oletx\OletxEnlistment.cs (14)
306if ( ( null == this.oletxTransaction ) || ( oletxTm == this.oletxTransaction.realOletxTransaction.OletxTransactionManagerInstance ) ) 347this.oletxTransaction.realOletxTransaction.TooLateForEnlistments = true; 678committableTx = this.oletxTransaction.realOletxTransaction.committableTransaction; 834oletxTransaction.realOletxTransaction.DecrementUndecidedEnlistments(); 852oletxTransaction.realOletxTransaction.DecrementUndecidedEnlistments(); 1022if ( ( oletxTransaction.realOletxTransaction.Doomed ) || 1051oletxTransaction.realOletxTransaction.DecrementUndecidedEnlistments(); 1153oletxTransaction.realOletxTransaction.DecrementUndecidedEnlistments(); 1165Interlocked.CompareExchange<Exception>( ref this.oletxTransaction.realOletxTransaction.innerException, e, null ); 1321Interlocked.CompareExchange<Exception>( ref this.oletxTransaction.realOletxTransaction.innerException, e, null ); 1396lock ( this.oletxTransaction.realOletxTransaction ) 1398if ( this.oletxTransaction.realOletxTransaction.innerException == null ) 1400this.oletxTransaction.realOletxTransaction.innerException = e;
System\Transactions\Oletx\OletxResourceManager.cs (3)
989return this.oletxTransaction; 1053if ( null != this.oletxTransaction ) 1055temp = new EnlistmentTraceIdentifier( rmId, oletxTransaction.TransactionTraceId, this.enlistmentId );
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1673Interlocked.CompareExchange<Exception>( ref this.oletxTransaction.realOletxTransaction.innerException, e, null );