2 writes to workflowInstance
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);
3 references to workflowInstance
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (3)
48
if (this.
workflowInstance
== null)
69
this.
workflowInstance
.Start();
99
return
workflowInstance
;