1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
42writer = new XmlUTF8NodeWriter();
4 references to writer
System.Runtime.Serialization (4)
System\Xml\XmlUTF8TextWriter.cs (4)
40if (writer == null) 44writer.SetOutput(stream, ownsStream, encoding); 45SetOutput(writer); 53return writer.Encoding == null;