4 references to InternalCreateWorkflow
System.Workflow.Runtime (4)
WorkflowExecutor.cs (1)
2837WorkflowInstance instance = this.WorkflowRuntime.InternalCreateWorkflow(new CreationContext(workflowType, this, this.CurrentActivity.QualifiedName, namedArgumentValues), Guid.NewGuid());
WorkflowRuntime.cs (3)
364return InternalCreateWorkflow(new CreationContext(workflowType, null, null, null), Guid.NewGuid()); 394return InternalCreateWorkflow(new CreationContext(workflowType, null, null, namedArgumentValues), instanceId); 404return InternalCreateWorkflow(context, instanceId);