3 writes to _workflowInstance
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
200
_workflowInstance
= workflowInstance;
240
_workflowInstance
= workflowInstance;
284
_workflowInstance
= previousWorkflowExecutor.WorkflowInstance;
3 references to _workflowInstance
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
336
_runtime =
_workflowInstance
.WorkflowRuntime;
553
System.Diagnostics.Debug.Assert(this.
_workflowInstance
!= null, "WorkflowInstance property should not be called before the proxy is initialized.");
554
return this.
_workflowInstance
;