4 references to Waiters
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
5228this.Waiters.Insert(0, token); 5232this.Waiters.Add(token); 5296Fx.Assert(!this.Waiters.Contains(waitHandle), "We should not have this wait handle in the list."); 5402this.Waiters.Add(waiter);