2 writes to waiters
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ClientFactory.cs (2)
204
this.parent.
waiters
= new Queue<OperationAsyncResult>();
260
thisPtr.parent.
waiters
= null;
3 references to waiters
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ClientFactory.cs (3)
201
if (this.parent.
waiters
== null)
210
this.parent.
waiters
.Enqueue(this);
259
localWaiters = thisPtr.parent.
waiters
;