1 write to timeoutHelper
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
3451this.timeoutHelper = new TimeoutHelper(timeout);
9 references to timeoutHelper
System.Activities (9)
System\Activities\WorkflowApplication.cs (9)
3490if (this.instance.WaitForTurnAsync(this.instanceOperation, this.timeoutHelper.RemainingTime(), waitCompleteCallback, this)) 3593IAsyncResult result = this.instance.persistenceManager.BeginInitialize(this.instance.DefinitionIdentity, this.timeoutHelper.RemainingTime(), 3614IAsyncResult result = this.instance.persistenceManager.BeginEnsureReadyness(this.timeoutHelper.RemainingTime(), 3668flushTrackingRecordsTimeout = this.timeoutHelper.RemainingTime(); 3731this.dependentTransaction, this.timeoutHelper.OriginalTimeout); 3736result = this.instance.persistenceManager.BeginSave(this.data, this.operation, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(persistedCallback), this); 3778this.dependentTransaction, this.timeoutHelper.RemainingTime()); 3790result = this.pipeline.BeginSave(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(savedCallback), this); 3875deleteOwnerResult = this.instance.persistenceManager.BeginDeleteOwner(this.timeoutHelper.RemainingTime(),