5 references to Waiters
System.ServiceModel.Internals (5)
System\Runtime\ThreadNeutralSemaphore.cs (5)
92
this.
Waiters
.Enqueue(waiter);
200
for (int i = this.
Waiters
.Count; i > 0; i--)
202
AsyncWaitHandle temp = this.
Waiters
.Dequeue();
209
this.
Waiters
.Enqueue(temp);
235
this.
Waiters
.Enqueue(waiter);