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