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