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