3 writes to waitQueue
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
1559this.waitQueue = new Queue<IWaiter>(); 1659this.waitQueue = null; 2108this.waitQueue = null;
7 references to waitQueue
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
1557if (this.waitQueue == null) 1562return this.waitQueue; 1652this.count += (this.waitQueue == null) ? 0 : this.waitQueue.Count; 1655temp2 = this.waitQueue; 1745Queue<IWaiter> waiters = waiter.CanGetChannel ? this.getChannelQueue : this.waitQueue; 2105temp2 = this.waitQueue;