8 references to WorkflowServiceHost
System.WorkflowServices (8)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (1)
110
WorkflowServiceHost serviceHost = new
WorkflowServiceHost
(workflowDefinitionContext, baseAddresses);
System\ServiceModel\WorkflowServiceHost.cs (7)
22
this
(new CompiledWorkflowDefinitionContext(workflowType), baseAddress)
28
this
(new StreamedWorkflowDefinitionContext(workflowDefinitionPath, null, null), baseAddress)
34
:
this
(new StreamedWorkflowDefinitionContext(workflowDefinitionPath, ruleDefinitionPath, null), baseAddress)
40
:
this
(new StreamedWorkflowDefinitionContext(workflowDefinitionPath, ruleDefinitionPath, typeProvider), baseAddress)
47
this
(new StreamedWorkflowDefinitionContext(workflowDefinition, null, null), baseAddress)
53
this
(new StreamedWorkflowDefinitionContext(workflowDefinition, ruleDefinition, null), baseAddress)
59
:
this
(new StreamedWorkflowDefinitionContext(workflowDefinition, ruleDefinition, typeProvider), baseAddress)