3 writes to _getChannelQueue
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
1085_getChannelQueue = new Queue<IWaiter>(); 1193_getChannelQueue = null; 1628_getChannelQueue = null;
10 references to _getChannelQueue
System.ServiceModel.Primitives (10)
System\ServiceModel\Channels\ReliableChannelBinder.cs (10)
1052if ((_getChannelQueue == null) || (_getChannelQueue.Count == 0)) 1057return _getChannelQueue.Dequeue(); 1083if (_getChannelQueue == null) 1088return _getChannelQueue; 1186_count += (_getChannelQueue == null) ? 0 : _getChannelQueue.Count; 1189temp1 = _getChannelQueue; 1273Queue<IWaiter> waiters = waiter.CanGetChannel ? _getChannelQueue : _waitQueue; 1625temp1 = _getChannelQueue;