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