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