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)
1052
if ((
_getChannelQueue
== null) || (
_getChannelQueue
.Count == 0))
1057
return
_getChannelQueue
.Dequeue();
1083
if (
_getChannelQueue
== null)
1088
return
_getChannelQueue
;
1186
_count += (
_getChannelQueue
== null) ? 0 :
_getChannelQueue
.Count;
1189
temp1 =
_getChannelQueue
;
1273
Queue<IWaiter> waiters = waiter.CanGetChannel ?
_getChannelQueue
: _waitQueue;
1625
temp1 =
_getChannelQueue
;