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