2 references to WorkflowDurableInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (2)
187
return new
WorkflowDurableInstance
(this, instanceId, this.workflowDefinitionContext, true);
192
return new
WorkflowDurableInstance
(this, instanceId, this.workflowDefinitionContext, false);