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