1 write to workflowDefinitionContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (1)
32
this.
workflowDefinitionContext
= workflowDefinitionContext;
2 references to workflowDefinitionContext
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);