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