2 overrides of UnlockWorkflowInstanceState
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
1012
internal protected override void
UnlockWorkflowInstanceState
(Activity rootActivity)
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
465
protected internal override void
UnlockWorkflowInstanceState
(Activity rootActivity)
2 references to UnlockWorkflowInstanceState
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
1080
persistence.
UnlockWorkflowInstanceState
(this.rootActivity);
1831
persistenceSvc.
UnlockWorkflowInstanceState
(attemptedRootDispose ? null : this.rootActivity);