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