1 instantiation of XmlUtf8RawTextWriterIndent
System.Private.Xml (1)
System\Xml\Core\XmlWriterSettings.cs (1)
374writer = Indent ? new XmlUtf8RawTextWriterIndent(output, this) : new XmlUtf8RawTextWriter(output, this);