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