5 references to ReadBuffer
System.Data.Services (5)
parent\Client\System\Data\Services\Client\BatchStream.cs (5)
255while ((0 < offset) && (this.batchLength != 0) && this.ReadBuffer()); 943if ((0 == this.batchLength) || !this.ReadBuffer()) 985if (('\r' == ch) && ((0 < this.byteLength) || this.ReadBuffer()) && (0 < this.batchLength)) 1009while (this.ReadBuffer() && (0 < this.batchLength)); 1108while ((0 < count) && (0 < this.batchLength) && this.ReadBuffer())