3 writes to count
System.ServiceModel (3)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (3)
301
this.
count
= 0;
317
count
++;
328
this.
count
--;
5 references to count
System.ServiceModel (5)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (5)
308
get { return this.
count
== this.size; }
315
Fx.AssertAndThrow(this.
count
< this.size, "Cannot Enqueue into a full queue.");
316
this.items[(this.head + this.
count
) % this.size] = receiveScope;
325
Fx.AssertAndThrow(this.
count
> 0, "Cannot Dequeue and empty queue.");
335
Fx.AssertAndThrow(this.
count
> 0, "Cannot unlock item when queue is empty");