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