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