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