16 references to DistributedTxId
System.Transactions.Local (16)
System\Transactions\EnlistmentState.cs (15)
24
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
29
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
34
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
39
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
44
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
49
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
54
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
60
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
66
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
72
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
78
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
84
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
90
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
96
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
102
throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);
System\Transactions\VolatileEnlistmentState.cs (1)
72
SR.VolEnlistNoRecoveryInfo, null, enlistment == null ? Guid.Empty : enlistment.
DistributedTxId
);