2 writes to reader
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (2)
115this.reader = stream; 753this.reader = null;
11 references to reader
System.Data.Services.Client (11)
System\Data\Services\Client\BatchStream.cs (11)
156get { return (null != this.reader && this.reader.CanRead); } 189this.reader.Flush(); 386if (null == this.reader || this.disposeWithContentStreamDispose) 750if (null != this.reader) 752this.reader.Dispose(); 873if (null == this.reader) 888this.byteLength = this.reader.Read(this.byteBuffer, this.bytePosition, this.byteBuffer.Length); 1229int tmp = this.reader.Read(this.byteBuffer, this.byteLength, this.byteBuffer.Length - this.byteLength); 1290int size = this.reader.Read(buffer, offset, Math.Min(count, this.batchLength)); 1614if (null != this.target.reader)