2 instantiations of HtmlEncodedRawTextWriterIndent
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
399writer = Indent ? new HtmlEncodedRawTextWriterIndent(output, this) : new HtmlEncodedRawTextWriter(output, this); 448writer = Indent ? new HtmlEncodedRawTextWriterIndent(output, this) : new HtmlEncodedRawTextWriter(output, this);