17 references to DistributedTxId
System.Transactions.Local (17)
System\Transactions\CommittableTransaction.cs (2)
61throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 95throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\DependentTransaction.cs (1)
46throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\Transaction.cs (9)
497throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 545throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 632throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 671throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 702throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 750throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 912throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 959throw TransactionException.CreateTransactionCompletedException(DistributedTxId); 997throw TransactionException.CreateTransactionCompletedException(DistributedTxId);
System\Transactions\TransactionInteropNonWindows.cs (1)
19throw TransactionException.CreateTransactionCompletedException(transaction.DistributedTxId);
System\Transactions\TransactionScope.cs (4)
564TraceSourceType.TraceSourceBase, SR.TransactionScopeInvalidNesting, null, rollbackTransaction.DistributedTxId); 601current == null ? Guid.Empty : current.DistributedTxId); 628current == null ? Guid.Empty : current.DistributedTxId); 702current == null ? Guid.Empty : current.DistributedTxId);