1 write to timeoutHelper
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
302this.timeoutHelper = new TimeoutHelper(timeout);
9 references to timeoutHelper
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(), 588this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(handleEndOperation), this); 594this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(handleEndOperation), this); 606result = this.workflowServiceInstance.BeginRun(this.transaction, this.invoker.operationName, this.timeoutHelper.RemainingTime(), 625result = BeginRunAndGetResponse(timeoutHelper, this.PrepareAsyncCompletion(handleEndOperation), this); 637this.inputs, this.transaction, this.notification, this.timeoutHelper.RemainingTime(),