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