5 references to WaitList
System.Workflow.ComponentModel (5)
AuthoringOM\ActivityExecutionContext.cs (5)
437grantedLocks[handle].WaitList.Add(activity); 504else if (grantedLocks[handle].WaitList.Count == 0) 510grantedLocks[handle].WaitList.Remove(this.Activity); 515Activity waitingActivity = grantedLocks[handle].WaitList[0]; 516grantedLocks[handle].WaitList.RemoveAt(0);