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; 553System.Diagnostics.Debug.Assert(this._workflowInstance != null, "WorkflowInstance property should not be called before the proxy is initialized."); 554return this._workflowInstance;