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