2 instantiations of XmlEncodedRawTextWriterIndent
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
396
writer = Indent ? new
XmlEncodedRawTextWriterIndent
(output, this) : new XmlEncodedRawTextWriter(output, this);
445
writer = Indent ? new
XmlEncodedRawTextWriterIndent
(output, this) : new XmlEncodedRawTextWriter(output, this);