3 references to CompiledWorkflowDefinitionContext
System.WorkflowServices (3)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (1)
42
workflowDefinitionContext = new
CompiledWorkflowDefinitionContext
(workflowType);
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
34
this(new
CompiledWorkflowDefinitionContext
(workflowType))
System\ServiceModel\WorkflowServiceHost.cs (1)
22
this(new
CompiledWorkflowDefinitionContext
(workflowType), baseAddress)