5 references to WorkflowServiceBehavior
System.WorkflowServices (5)
System\ServiceModel\Description\DescriptionCreator.cs (1)
58WorkflowServiceBehavior wsb = new WorkflowServiceBehavior(workflowDefinitionContext);
System\ServiceModel\Description\WorkflowServiceBehavior.cs (4)
34this(new CompiledWorkflowDefinitionContext(workflowType)) 48this(new StreamedWorkflowDefinitionContext(workflowDefinitionPath, ruleDefinitionPath, null)) 55: this(new StreamedWorkflowDefinitionContext(workflowDefinitionStream, null, null)) 61: this(new StreamedWorkflowDefinitionContext(workflowDefinitionStream, ruleDefinitionStream, null))