3 writes to count
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
517
this.
count
= 0;
563
this.
count
--;
593
this.
count
++;
7 references to count
System.ServiceModel (7)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (7)
543
return
count
;
554
if (
count
== 0)
590
Fx.Assert(
count
< size, "The queue is already full.");
591
int tail = (this.head + this.
count
) % size;
627
if (this.
count
== 0)
655
if (this.
count
== 0)
671
if (this.pendingCompletion && this.
count
> 0)