8 references to DistributedTxId
System.Transactions.Local (8)
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
46throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\Oletx\OletxResourceManager.cs (1)
805returnValue = OletxTransaction.DistributedTxId;
System\Transactions\Oletx\OletxTransaction.cs (6)
267throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 298throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 333throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 376SR.TransactionAborted, RealOletxTransaction.InnerException, DistributedTxId); 381SR.TransactionIndoubt, RealOletxTransaction.InnerException, DistributedTxId); 385throw TransactionException.Create(SR.TransactionAlreadyOver, null, DistributedTxId);