16 writes to CanRun
System.Workflow.Runtime (16)
WorkflowExecutor.cs (15)
260this.Scheduler.CanRun = true; 580this.schedulingContext.CanRun = true; 971this.Scheduler.CanRun = true; 1572this.Scheduler.CanRun = false; 1596this.Scheduler.CanRun = true; 1632this.Scheduler.CanRun = false; 1669this.Scheduler.CanRun = false; 1739this.Scheduler.CanRun = true; 1766this.Scheduler.CanRun = false; 1811this.Scheduler.CanRun = false; 1885this.Scheduler.CanRun = false; 1922this.Scheduler.CanRun = true; 1935this.Scheduler.CanRun = false; 2055this.Scheduler.CanRun = true; 2681this.Scheduler.CanRun = false;
WorkflowStateRollbackService.cs (1)
70this.workflowExecutor.Scheduler.CanRun = false;
4 references to CanRun
System.Workflow.Runtime (4)
Scheduler.cs (2)
246else if (this.CanRun) 328if (this.CanRun)
WorkflowExecutor.cs (2)
1299if ((this.WorkflowStatus == WorkflowStatus.Suspended) || (!this.Scheduler.CanRun)) 2031if ((this.WorkflowStatus != WorkflowStatus.Suspended) && (!this.Scheduler.CanRun))