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