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