1 write to writer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
151this.writer = writer;
2 references to writer
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (2)
165thisPtr.writer.stream.EndWrite(result); 166thisPtr.writer.state = ByteStreamWriterState.Content;