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