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