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