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