2 writes to currentByteBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
121
this.
currentByteBuffer
= this.buffers.CurrentBuffer();
340
this.
currentByteBuffer
= null;
2 references to currentByteBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
119
if (this.
currentByteBuffer
== null)
124
return this.
currentByteBuffer
;