2 writes to schedulingContext
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
195
this.
schedulingContext
= new Scheduler(this, true);
312
this.
schedulingContext
= new Scheduler(this, false);
2 references to schedulingContext
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
580
this.
schedulingContext
.CanRun = true;
902
return this.
schedulingContext
;