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