2 writes to reader
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
115this.reader = stream; 753this.reader = null;
12 references to reader
System.Data.Services (12)
parent\Client\System\Data\Services\Client\BatchStream.cs (12)
156get { return (null != this.reader && this.reader.CanRead); } 189this.reader.Flush(); 342if (this.reader.ReadByte() >= 0) 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)