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