1 instantiation of BufferQueue
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
57
this.buffers = new
BufferQueue
(this.bufferLimit);
1 reference to BufferQueue
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
40
readonly
BufferQueue
buffers;