3 instantiations of LoadWorkflowCommand
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
5966InstanceView view = this.store.Execute(this.handle, new LoadWorkflowCommand(), timeout); 5996return this.store.BeginExecute(this.handle, new LoadWorkflowCommand(), timeout, callback, state);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
565return new LoadWorkflowCommand()
6 references to LoadWorkflowCommand
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (4)
80LoadWorkflowCommand loadWorkflowCommand = base.InstancePersistenceCommand as LoadWorkflowCommand; 114LoadWorkflowCommand loadWorkflowCommand = base.InstancePersistenceCommand as LoadWorkflowCommand;
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
415else if (command is LoadWorkflowCommand) 618command is LoadWorkflowCommand