3 instantiations of TryLoadRunnableWorkflowCommand
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
5979InstanceView view = this.store.Execute(this.handle, new TryLoadRunnableWorkflowCommand(), timeout); 6014return this.store.BeginExecute(this.handle, new TryLoadRunnableWorkflowCommand(), timeout, callback, state);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
513return new TryLoadRunnableWorkflowCommand();
1 reference to TryLoadRunnableWorkflowCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
411else if (command is TryLoadRunnableWorkflowCommand)