4 references to Invoke
System.Activities (4)
System\Activities\WorkflowInvoker.cs (4)
95return Invoke(workflow, timeout, null); 149additionalOutputs = Invoke(workflow, timeout, null); 225return WorkflowInvoker.Invoke(this.workflow, ActivityDefaults.InvokeTimeout, this.extensions); 233return WorkflowInvoker.Invoke(this.workflow, timeout, this.extensions);