1 write to transaction
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
303this.transaction = Transaction.Current;
9 references to transaction
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (9)
566this.transaction, this.timeoutHelper.RemainingTime(), 571result = this.workflowServiceInstance.BeginUnsuspend(this.transaction, this.timeoutHelper.RemainingTime(), 577this.transaction, this.timeoutHelper.RemainingTime(), 582result = this.workflowServiceInstance.BeginRun(this.transaction, this.timeoutHelper.RemainingTime(), 587result = this.workflowServiceInstance.BeginCancel(this.transaction, 606result = this.workflowServiceInstance.BeginRun(this.transaction, this.invoker.operationName, this.timeoutHelper.RemainingTime(), 637this.inputs, this.transaction, this.notification, this.timeoutHelper.RemainingTime(), 932IAsyncResult result = this.control.workflowServiceInstance.BeginRun(this.control.transaction, this.timeoutHelper.RemainingTime(), 947this.control.transaction, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleEndSuspend), this);