1 write to xmlWriter
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
580
this.
xmlWriter
= textEncoder.TakeStreamedWriter(stream);
5 references to xmlWriter
System.ServiceModel (5)
System\ServiceModel\Channels\TextMessageEncoder.cs (5)
592
xmlWriter
.WriteStartDocument();
595
IAsyncResult result = message.BeginWriteMessage(this.
xmlWriter
, PrepareAsyncCompletion(onWriteMessage), this);
613
this.
xmlWriter
.WriteEndDocument();
616
xmlWriter
.Flush(); // blocking call
617
textEncoder.ReturnStreamedWriter(this.
xmlWriter
);