3 writes to buildBatchBuffer
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
4447this.buildBatchBuffer = null; 5014if (0 == WebUtil.CopyStream(stream, this.buildBatchWriter.BaseStream, ref this.buildBatchBuffer)) 5950this.buildBatchBuffer = new byte[8000];
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);