5 writes to InnerException
System.Transactions.Local (5)
System\Transactions\Oletx\OletxEnlistment.cs (3)
992
Interlocked.CompareExchange(ref oletxTransaction!.RealOletxTransaction.
InnerException
, e, null);
1106
Interlocked.CompareExchange(ref oletxTransaction!.RealOletxTransaction.
InnerException
, e, null);
1155
oletxTransaction.RealOletxTransaction.
InnerException
??= e;
System\Transactions\Oletx\OletxTransaction.cs (1)
984
Interlocked.CompareExchange(ref
InnerException
, comException, null);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1470
Interlocked.CompareExchange(ref oletxTransaction!.RealOletxTransaction.
InnerException
, e, null);
3 references to InnerException
System.Transactions.Local (3)
System\Transactions\Oletx\OletxTransaction.cs (3)
117
=> RealOletxTransaction.
InnerException
;
376
SR.TransactionAborted, RealOletxTransaction.
InnerException
, DistributedTxId);
381
SR.TransactionIndoubt, RealOletxTransaction.
InnerException
, DistributedTxId);