4 types derived from XmlUtf8RawTextWriter
System.Private.Xml (4)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
13internal class HtmlUtf8RawTextWriter : XmlUtf8RawTextWriter
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
21internal sealed class TextUtf8RawTextWriter : XmlUtf8RawTextWriter
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1767internal sealed partial class XmlUtf8RawTextWriterIndent : XmlUtf8RawTextWriter
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1771internal partial class XmlUtf8RawTextWriterIndent : XmlUtf8RawTextWriter
2 instantiations of XmlUtf8RawTextWriter
System.Private.Xml (2)
System\Xml\Core\XmlWriter.cs (1)
648XmlWriter writer = new XmlUtf8RawTextWriter(output, settings);
System\Xml\Core\XmlWriterSettings.cs (1)
374writer = Indent ? new XmlUtf8RawTextWriterIndent(output, this) : new XmlUtf8RawTextWriter(output, this);
2 references to XmlUtf8RawTextWriter
System.Private.Xml (2)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
708XmlUtf8RawTextWriter.CharToUTF8(ref pSrc, pSrcEnd, ref pEnd);
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
685XmlUtf8RawTextWriter.CharToUTF8(ref pSrc, pSrcEnd, ref pEnd);