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