1 write to workflow
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2913this.workflow = workflow;
9 references to workflow
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (9)
2919IAsyncResult result = this.workflow.BeginAcquireLockOnIdle(this.timeoutHelper.RemainingTime(), ref this.ownsLock, 2938thisPtr.workflow.EndAcquireLockOnIdle(result); 2942thisPtr.workflow.EndAcquireLockOnIdle(result, ref thisPtr.ownsLock); 2945thisPtr.workflow.ValidateStateForAssociateKeys(); 2954result = this.workflow.persistenceContext.BeginAssociateInfrastructureKeys(this.associatedKeys, this.workflow.persistTimeout, 2963thisPtr.workflow.persistenceContext.EndAssociateInfrastructureKeys(result); 2965thisPtr.workflow.ReleaseLock(ref thisPtr.ownsLock); 2975thisPtr.workflow.ReleaseLock(ref thisPtr.ownsLock);