1 write to waitList
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
731this.waitList = new List<Activity>();
3 references to waitList
System.Workflow.ComponentModel (3)
AuthoringOM\ActivityExecutionContext.cs (3)
748return this.waitList; 757clonedGrantedLock.waitList.InsertRange(0, this.waitList);