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