1 write to timeoutHelper
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4205this.timeoutHelper = timeoutHelper;
2 references to timeoutHelper
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
4225result = this.persistenceManager.BeginDeleteOwner(this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(ownerDeletedCallback), this); 4229result = this.persistenceManager.BeginUnlock(this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(instanceUnlockedCallback), this);