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