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