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