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