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)
229
this.
_runtime
.WorkflowExecutorCreated(this, false);
252
this.
_runtime
.WorkflowExecutorCreated(this, true);
289
this.
_runtime
.WorkflowExecutorCreated(this, true);
402
return
_runtime
;