4 references to StreamedWorkflowDefinitionContext
System.WorkflowServices (4)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
48
this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionPath, ruleDefinitionPath, null))
System\ServiceModel\WorkflowServiceHost.cs (3)
28
this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionPath, null, null), baseAddress)
34
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionPath, ruleDefinitionPath, null), baseAddress)
40
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionPath, ruleDefinitionPath, typeProvider), baseAddress)