1 write to newMessageQueue
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
285
this.
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)));
278
return this.DequeueFrom(this.
newMessageQueue
);
284
if (this.
newMessageQueue
== null)
286
this.
newMessageQueue
.Enqueue(waiter);