1 write to timeoutHelper
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
3954this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
3962completeSelf = this.instance.WaitForTurnAsync(operation, this.timeoutHelper.RemainingTime(), waitCompleteCallback, this); 3993IAsyncResult trackingResult = this.instance.Controller.BeginFlushTrackingRecords(this.timeoutHelper.RemainingTime(), trackingCompleteCallback, this);