1 write to writer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (1)
311this.writer = new XmlByteStreamWriter(stream, false);
3 references to writer
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (3)
329IAsyncResult result = message.BeginWriteMessage(writer, PrepareAsyncCompletion(HandleWriteMessage), this); 353thisPtr.writer.Flush(); 370thisPtr.writer.Close();