2 references to CreateWorkflow
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
369
return
CreateWorkflow
(workflowType, namedArgumentValues, Guid.NewGuid());
System.WorkflowServices (1)
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (1)
56
return base.WorkflowRuntime.
CreateWorkflow
(this.workflowType, null, instanceId);