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