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