1 write to textWriter
System.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
46this.textWriter = textWriter;
2 references to textWriter
System.Xml (2)
System\Xml\Core\XmlAutoDetectWriter.cs (2)
373if (textWriter != null) 374this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.textWriter, this.writerSettings)).RawWriter;