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