1 write to timeoutHelper
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
3203this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
3219IAsyncResult result = this.instance.BeginInternalRun(this.timeoutHelper.RemainingTime(), false, PrepareAsyncCompletion(resumedCallback), this); 3300if (this.instance.WaitForTurnAsync(this.currentOperation, this.timeoutHelper.RemainingTime(), waitCompleteCallback, this)) 3392IAsyncResult result = this.instance.Controller.BeginFlushTrackingRecords(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(trackingCompleteCallback), this);