11 instantiations of StreamedWorkflowDefinitionContext
System.WorkflowServices (11)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (2)
71
workflowDefinitionContext = new
StreamedWorkflowDefinitionContext
(workflowDefinitionStream, ruleDefinitionStream, this.typeProvider);
75
workflowDefinitionContext = new
StreamedWorkflowDefinitionContext
(workflowDefinitionStream, null, this.typeProvider);
System\ServiceModel\Description\WorkflowServiceBehavior.cs (3)
48
this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionPath, ruleDefinitionPath, null))
55
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionStream, null, null))
61
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionStream, ruleDefinitionStream, null))
System\ServiceModel\WorkflowServiceHost.cs (6)
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)