1 write to workflowDefinition
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
29
this.
workflowDefinition
= workflowDefinition;
2 references to workflowDefinition
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (2)
56
this.workflowInstance = this.
workflowDefinition
.CreateWorkflow(this.InstanceId);
86
this.workflowInstance = this.
workflowDefinition
.WorkflowRuntime.GetWorkflow(InstanceId);