6 references to queue
System.ServiceModel (6)
System\ServiceModel\Channels\PeerNodeStateManager.cs (6)
89queue.Enqueue(op); 111queue.Enqueue(op); 153queue.Enqueue(op); 180Fx.Assert(queue.Count > 0, "queue should not be empty"); 181op = queue.Dequeue(); 193if (queue.Count > 0)