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