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