3 writes to getChannelQueue
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
1550this.getChannelQueue = new Queue<IWaiter>(); 1658this.getChannelQueue = null; 2107this.getChannelQueue = null;
10 references to getChannelQueue
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableChannelBinder.cs (10)
1517if ((this.getChannelQueue == null) || (this.getChannelQueue.Count == 0)) 1522return this.getChannelQueue.Dequeue(); 1548if (this.getChannelQueue == null) 1553return this.getChannelQueue; 1651this.count += (this.getChannelQueue == null) ? 0 : this.getChannelQueue.Count; 1654temp1 = this.getChannelQueue; 1745Queue<IWaiter> waiters = waiter.CanGetChannel ? this.getChannelQueue : this.waitQueue; 2104temp1 = this.getChannelQueue;