4 instantiations of CreationContext
System.Workflow.Runtime (4)
WorkflowRuntime.cs (3)
364return InternalCreateWorkflow(new CreationContext(workflowType, null, null, null), Guid.NewGuid());
394return InternalCreateWorkflow(new CreationContext(workflowType, null, null, namedArgumentValues), instanceId);
403CreationContext context = new CreationContext(workflowDefinitionReader, rulesReader, namedArgumentValues);
5 references to CreationContext
System.Workflow.Runtime (5)