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