2 writes to _queue
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2040
_queue
= new Queue<IWaiter>();
2231
_queue
= null;
10 references to _queue
System.ServiceModel.Primitives (10)
System\ServiceModel\Channels\ServiceChannel.cs (10)
2077
if (
_queue
!= null)
2081
if (
_queue
!= null)
2091
_queue
.Enqueue(waiter);
2127
if (
_queue
!= null)
2131
if (
_queue
!= null)
2141
_queue
.Enqueue(waiter);
2214
if (
_queue
== null)
2223
if (
_queue
!= null)
2225
if (
_queue
.Count > 0)
2227
waiter =
_queue
.Dequeue();