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