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