3 instantiations of CreateWorkflowOwnerWithIdentityCommand
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
1570return new CreateWorkflowOwnerWithIdentityCommand 5898CreateWorkflowOwnerWithIdentityCommand result = new CreateWorkflowOwnerWithIdentityCommand();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
470CreateWorkflowOwnerWithIdentityCommand withIdentity = new CreateWorkflowOwnerWithIdentityCommand();
13 references to CreateWorkflowOwnerWithIdentityCommand
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
1450CreateWorkflowOwnerWithIdentityCommand command = GetCreateOwnerCommand(definitionIdentity, identityFilter); 1473CreateWorkflowOwnerWithIdentityCommand command = GetCreateOwnerCommand(definitionIdentity, identityFilter); 1558static CreateWorkflowOwnerWithIdentityCommand GetCreateOwnerCommand(WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter) 5898CreateWorkflowOwnerWithIdentityCommand result = new CreateWorkflowOwnerWithIdentityCommand();
System.Activities.DurableInstancing (8)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
164CreateWorkflowOwnerWithIdentityCommand createOwnerWithIdentityCommand = base.InstancePersistenceCommand as CreateWorkflowOwnerWithIdentityCommand;
System\Activities\DurableInstancing\SerializationUtilities.cs (3)
301if (command is CreateWorkflowOwnerWithIdentityCommand) 304CreateWorkflowOwnerWithIdentityCommand ownerCommand = command as CreateWorkflowOwnerWithIdentityCommand;
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (3)
342if (!this.storeLock.IsValid && !(command is CreateWorkflowOwnerCommand) && !(command is CreateWorkflowOwnerWithIdentityCommand)) 357if (command is CreateWorkflowOwnerWithIdentityCommand) 443else if (command is CreateWorkflowOwnerCommand || command is CreateWorkflowOwnerWithIdentityCommand)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
470CreateWorkflowOwnerWithIdentityCommand withIdentity = new CreateWorkflowOwnerWithIdentityCommand();