3 writes to scheduleInfo
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
3658scheduleInfo = new ScheduleInfo(executor, false); 3664scheduleInfo = new ScheduleInfo(executor, suppress); 3702scheduleInfo = oldValue;
10 references to scheduleInfo
System.Workflow.Runtime (10)
WorkflowExecutor.cs (10)
3657oldValue = scheduleInfo; 3663oldValue = scheduleInfo; 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; 3698if ((scheduleInfo.scheduleWork) && (!scheduleInfo.suppress)) 3700scheduleInfo.executor.RequestHostingService();