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