1 write to newMessageQueue
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
285this.newMessageQueue = new Queue<ConcurrencyBehavior.IWaiter>();
5 references to newMessageQueue
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (5)
253((this.newMessageQueue != null) && (this.newMessageQueue.Count > 0))); 278return this.DequeueFrom(this.newMessageQueue); 284if (this.newMessageQueue == null) 286this.newMessageQueue.Enqueue(waiter);