7 writes to UnlockInstance
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
5917UnlockInstance = operation != PersistenceOperation.Save, 6043UnlockInstance = true, 6053UnlockInstance = true,
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (4)
837saveCommand.UnlockInstance = true; 841saveCommand.UnlockInstance = this.saveStatus == SaveStatus.Unlocked; 998SaveWorkflowCommand saveCommand = new SaveWorkflowCommand() { UnlockInstance = true }; 1349saveCommand.UnlockInstance = true;
3 references to UnlockInstance
System.Activities (1)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
156if (this.CompleteInstance && !this.UnlockInstance)
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
79parameters.Add(new SqlParameter { ParameterName = "@unlockInstance", SqlDbType = SqlDbType.Bit, Value = saveWorkflowCommand.UnlockInstance }); 175if (saveWorkflowCommand.UnlockInstance || saveWorkflowCommand.CompleteInstance)