2 writes to target
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
1496
this.
target
= stream;
1625
this.
target
= null;
12 references to target
System.Data.Services (12)
parent\Client\System\Data\Services\Client\BatchStream.cs (12)
1503
get { return (null != this.
target
&& this.
target
.CanRead); }
1534
get { return this.
target
; }
1563
if (null == this.
target
)
1568
int result = this.
target
.ReadLength(buffer, offset, Math.Min(count, this.length));
1605
if (disposing && (null != this.
target
))
1607
if (this.
target
.disposeWithContentStreamDispose)
1609
this.
target
.contentStream = null;
1610
this.
target
.Dispose();
1614
if (null != this.
target
.reader)
1616
this.
target
.Seek(this.length, SeekOrigin.Current);
1622
this.
target
.ClearPreviousOperationInformation();