2 writes to workflowInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (2)
56this.workflowInstance = this.workflowDefinition.CreateWorkflow(this.InstanceId); 86this.workflowInstance = this.workflowDefinition.WorkflowRuntime.GetWorkflow(InstanceId);
3 references to workflowInstance
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (3)
48if (this.workflowInstance == null) 69this.workflowInstance.Start(); 99return workflowInstance;