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