2 writes to scheduleWork
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3647scheduleWork = false; 3678ScheduleWork.scheduleInfo.scheduleWork = value;
2 references to scheduleWork
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3677Debug.Assert(value == true || ScheduleWork.scheduleInfo.scheduleWork == false); // never go from true to false 3698if ((scheduleInfo.scheduleWork) && (!scheduleInfo.suppress))