1 write to writer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
540this.writer = writer;
3 references to writer
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ByteStreamMessage.cs (3)
542this.writer.WriteStartElement(ByteStreamMessageUtility.StreamElementName, string.Empty); 543IAsyncResult result = this.writer.WriteValueAsync(new ByteStreamStreamProvider(stream)).AsAsyncResult(PrepareAsyncCompletion(HandleWriteBodyContents), this); 564thisPtr.writer.WriteEndElement();