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