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