1 write to CurrentTransaction
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
79
this.
CurrentTransaction
= currentTransaction;
6 references to CurrentTransaction
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\InternalReceiveMessage.cs (3)
389
if (workflowContext.
CurrentTransaction
!= null)
413
if (!currentTransaction.Equals(workflowContext.
CurrentTransaction
))
426
CurrentTransaction = workflowContext.
CurrentTransaction
.Clone(),
System\ServiceModel\Activities\WorkflowOperationContext.cs (3)
843
using (PrepareTransactionalCall(this.context.
CurrentTransaction
))
845
if (this.context.
CurrentTransaction
!= null)
848
this.context.
CurrentTransaction
.TransactionCompleted += new TransactionCompletedEventHandler(OnTransactionComplete);