1 write to refBufferList
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
520this.refBufferList = new List<ByteBuffer>();
5 references to refBufferList
System.ServiceModel (5)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (5)
575Fx.Assert(this.refBufferList.Count < size, "Bufferlist is already full."); 577if (this.refBufferList.Count < this.size) 579this.refBufferList.Add(buffer); 617for (int i = 0; i < this.refBufferList.Count; i++) 619this.refBufferList[i].WaitForWriteComplete();