1 write to buffers
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
57this.buffers = new BufferQueue(this.bufferLimit);
13 references to buffers
System.ServiceModel (13)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (13)
58this.buffers.Add(new ByteBuffer(this, this.bufferSize, stream)); 121this.currentByteBuffer = this.buffers.CurrentBuffer(); 152ByteBuffer asyncBuffer = this.buffers.CurrentBuffer(); 195this.buffers.WaitForAny(); 205buffers.Add(new ByteBuffer(this, bufferSize, stream)); 236this.buffers.WaitForAllWritesToComplete(); 341ByteBuffer dequeued = this.buffers.Dequeue(); 354this.buffers.Enqueue(currentBuffer); 364thisPtr.buffers.Enqueue(byteBuffer); 405if (count > 0 || this.buffers.Count == 0) 420if (this.buffers.TryUnlock()) 442if (thisPtr.buffers.TryAcquireLock()) 496this.buffers.ThrowOnException();