2 writes to IsIdle
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
648this.IsIdle = false; 781this.IsIdle = true;
3 references to IsIdle
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
441if (this.IsIdle) 1290while (!this.IsIdle) 1316if (this.IsIdle)