5 writes to _runtime
System.Workflow.Runtime (5)
WorkflowExecutor.cs (5)
165_runtime = workflowInstance.WorkflowRuntime; 217_runtime = workflowRuntime; 249_runtime = workflowRuntime; 288_runtime = runtime; 336_runtime = _workflowInstance.WorkflowRuntime;
4 references to _runtime
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
229this._runtime.WorkflowExecutorCreated(this, false); 252this._runtime.WorkflowExecutorCreated(this, true); 289this._runtime.WorkflowExecutorCreated(this, true); 402return _runtime;