1 write to writer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
398
this.
writer
= writer;
2 references to writer
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
400
IAsyncResult result = this.message.OnBeginWriteBodyContents(this.
writer
, PrepareAsyncCompletion(HandleWriteBodyContents), this);
413
thisPtr.message.WriteMessagePostamble(thisPtr.
writer
);