3 writes to empty
System.Workflow.Runtime (3)
Scheduler.cs (3)
61
this.
empty
= ((this.normalPriorityEntriesQueue.Count == 0) && (this.highPriorityEntriesQueue.Count == 0));
269
this.
empty
= true;
334
this.
empty
= false;
3 references to empty
System.Workflow.Runtime (3)
Scheduler.cs (3)
82
return
empty
;
284
if (!
empty
)
299
if (!
empty
)