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