9 references to RealTransaction
System.Transactions.Local (9)
System\Transactions\Oletx\OletxResourceManager.cs (5)
276oletxTransaction.RealTransaction.TxGuid, 287oletxTransaction.RealTransaction.IncrementUndecidedEnlistments(); 306oletxTransaction.RealTransaction.TransactionShim.Phase0Enlist(enlistment, out phase0Shim); 310localResourceManagerShim.Enlist(oletxTransaction.RealTransaction.TransactionShim, enlistment, out enlistmentShim); 339oletxTransaction.RealTransaction.DecrementUndecidedEnlistments();
System\Transactions\TransactionState.cs (4)
2131Debug.Assert(tx.PromotedTransaction != null && tx.PromotedTransaction.RealTransaction != null); 2133tx.PromotedTransaction.RealTransaction.InternalTransaction = tx; 2296Debug.Assert(tx.PromotedTransaction != null && tx.PromotedTransaction.RealTransaction != null); 2298tx.PromotedTransaction.RealTransaction.InternalTransaction = tx;