7 references to StreamedWorkflowDefinitionContext
System.WorkflowServices (7)
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 (2)
55
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionStream, null, null))
61
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinitionStream, ruleDefinitionStream, null))
System\ServiceModel\WorkflowServiceHost.cs (3)
47
this(new
StreamedWorkflowDefinitionContext
(workflowDefinition, null, null), baseAddress)
53
this(new
StreamedWorkflowDefinitionContext
(workflowDefinition, ruleDefinition, null), baseAddress)
59
: this(new
StreamedWorkflowDefinitionContext
(workflowDefinition, ruleDefinition, typeProvider), baseAddress)