1 write to writer
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
1184this.writer = writer;
2 references to writer
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1196result = this.message.OnBeginWriteBodyContents(this.writer, PrepareAsyncCompletion(HandleWriteBodyContents), this); 1204this.message.WriteMessagePostamble(this.writer);