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