1 write to waiters
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FlowThrottle.cs (1)
39this.waiters = new Queue<object>();
6 references to waiters
System.ServiceModel (6)
System\ServiceModel\Dispatcher\FlowThrottle.cs (6)
73if (this.waiters.Count == 0) 103this.waiters.Enqueue(o); 126if (this.waiters.Count > 0) 128next = this.waiters.Dequeue(); 129if (this.waiters.Count == 0) 130this.waiters.TrimExcess();