11 instantiations of ScheduleWork
System.Workflow.Runtime (11)
WorkflowExecutor.cs (11)
269using (ScheduleWork work = new ScheduleWork(this)) 560using (ScheduleWork work = new ScheduleWork(this)) 663using (ScheduleWork work = new ScheduleWork(this)) 712using (ScheduleWork work = new ScheduleWork(this)) 1222using (ScheduleWork work = new ScheduleWork(this)) 1271using (ScheduleWork work = new ScheduleWork(this)) 1450using (new ScheduleWork(this, true)) 1559using (new ScheduleWork(this, true)) 1624using (new ScheduleWork(this, true)) 1982using (ScheduleWork work = new ScheduleWork(this)) 2671using (ScheduleWork work = new ScheduleWork(this))
16 references to ScheduleWork
System.Workflow.Runtime (16)
WorkflowExecutor.cs (16)
269using (ScheduleWork work = new ScheduleWork(this)) 297ScheduleWork.Executor = this; 560using (ScheduleWork work = new ScheduleWork(this)) 653ScheduleWork.NeedsService = true; 663using (ScheduleWork work = new ScheduleWork(this)) 712using (ScheduleWork work = new ScheduleWork(this)) 1222using (ScheduleWork work = new ScheduleWork(this)) 1247ScheduleWork.NeedsService = true; 1271using (ScheduleWork work = new ScheduleWork(this)) 1982using (ScheduleWork work = new ScheduleWork(this)) 2671using (ScheduleWork work = new ScheduleWork(this)) 3676Debug.Assert(ScheduleWork.scheduleInfo != null); 3677Debug.Assert(value == true || ScheduleWork.scheduleInfo.scheduleWork == false); // never go from true to false 3678ScheduleWork.scheduleInfo.scheduleWork = value; 3690Debug.Assert(ScheduleWork.scheduleInfo != null); 3691ScheduleWork.scheduleInfo.executor = value;