2 writes to queue
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2242this.queue = new Queue<IWaiter>(); 2409this.queue = null;
10 references to queue
System.ServiceModel (10)
System\ServiceModel\Channels\ServiceChannel.cs (10)
2255if (this.queue != null) 2259if (this.queue != null) 2269this.queue.Enqueue(waiter); 2305if (this.queue != null) 2309if (this.queue != null) 2319this.queue.Enqueue(waiter); 2392if (this.queue == null) 2401if (this.queue != null) 2403if (this.queue.Count > 0) 2405waiter = this.queue.Dequeue();