2 writes to timeoutHelper
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
4309this.timeoutHelper = new TimeoutHelper(timeout); 4322this.timeoutHelper = new TimeoutHelper(timeout);
6 references to timeoutHelper
System.Activities (6)
System\Activities\WorkflowApplication.cs (6)
4407if (this.application.WaitForTurnAsync(this.instanceOperation, this.timeoutHelper.RemainingTime(), waitCompleteCallback, this)) 4484IAsyncResult result = this.persistenceManager.BeginInitialize(definitionIdentity, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(providerRegisteredCallback), this); 4508this.dependentTransaction, this.timeoutHelper.OriginalTimeout); 4519result = this.persistenceManager.BeginTryLoad(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(loadCompleteCallback), this); 4523result = this.persistenceManager.BeginLoad(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(loadCompleteCallback), this); 4603loadResult = this.pipeline.BeginLoad(this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(loadPipelineCallback), this);