8 references to writer
System.Data.Services (8)
parent\Client\System\Data\Services\Client\BatchStream.cs (8)
762
if (null != this.
writer
)
764
this.
writer
.Dispose();
889
if (null != this.
writer
)
891
this.
writer
.Write(this.byteBuffer, this.bytePosition, this.byteLength);
1230
if (null != this.
writer
)
1232
this.
writer
.Write(this.byteBuffer, this.byteLength, tmp);
1291
if (null != this.
writer
)
1293
this.
writer
.Write(buffer, offset, size);