3 writes to buildBatchBuffer
System.Data.Services.Client (3)
6 references to buildBatchBuffer
System.Data.Services.Client (6)
System\Data\Services\Client\DataServiceContext.cs (6)
5948if (null == this.buildBatchBuffer)
5956asyncResult = BaseAsyncResult.InvokeAsync(stream.BeginRead, this.buildBatchBuffer, 0, this.buildBatchBuffer.Length, this.AsyncEndRead, pereq);
6006outputResponse.Write(this.buildBatchBuffer, 0, count);
6014asyncResult = BaseAsyncResult.InvokeAsync(stream.BeginRead, this.buildBatchBuffer, 0, this.buildBatchBuffer.Length, this.AsyncEndRead, pereq);