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