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