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