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