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