2 instantiations of CreateWorkflowOwnerCommand
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5908
return new
CreateWorkflowOwnerCommand
();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
476
CreateWorkflowOwnerCommand withoutIdentity = new
CreateWorkflowOwnerCommand
();
5 references to CreateWorkflowOwnerCommand
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
172
CreateWorkflowOwnerCommand
createOwnerCommand = (
CreateWorkflowOwnerCommand
)base.InstancePersistenceCommand;
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
342
if (!this.storeLock.IsValid && !(command is
CreateWorkflowOwnerCommand
) && !(command is CreateWorkflowOwnerWithIdentityCommand))
443
else if (command is
CreateWorkflowOwnerCommand
|| command is CreateWorkflowOwnerWithIdentityCommand)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
476
CreateWorkflowOwnerCommand
withoutIdentity = new CreateWorkflowOwnerCommand();