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