5 instantiations of DeleteWorkflowOwnerCommand
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
1501
DeleteWorkflowOwnerCommand command = new
DeleteWorkflowOwnerCommand
();
1522
DeleteWorkflowOwnerCommand command = new
DeleteWorkflowOwnerCommand
();
5758
this.store.Execute(this.temporaryHandle, new
DeleteWorkflowOwnerCommand
(), timeout);
5776
result = this.store.BeginExecute(this.temporaryHandle, new
DeleteWorkflowOwnerCommand
(), timeout, callback, state);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
838
new
DeleteWorkflowOwnerCommand
(), this.timeoutHelper.RemainingTime(),
3 references to DeleteWorkflowOwnerCommand
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
1501
DeleteWorkflowOwnerCommand
command = new DeleteWorkflowOwnerCommand();
1522
DeleteWorkflowOwnerCommand
command = new DeleteWorkflowOwnerCommand();
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
447
else if (command is
DeleteWorkflowOwnerCommand
)