1 write to calloutMessageQueue
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
292this.calloutMessageQueue = new Queue<ConcurrencyBehavior.IWaiter>();
7 references to calloutMessageQueue
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (7)
252return (((this.calloutMessageQueue != null) && (this.calloutMessageQueue.Count > 0)) || 272if ((this.calloutMessageQueue != null) && (this.calloutMessageQueue.Count > 0)) 274return this.DequeueFrom(this.calloutMessageQueue); 291if (this.calloutMessageQueue == null) 293this.calloutMessageQueue.Enqueue(waiter);