4 types derived from XmlUtf8RawTextWriter
System.Xml (4)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
54internal class HtmlUtf8RawTextWriter : XmlUtf8RawTextWriter {
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
43internal class TextUtf8RawTextWriter : XmlUtf8RawTextWriter {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1527internal partial class XmlUtf8RawTextWriterIndent : XmlUtf8RawTextWriter {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1442internal partial class XmlUtf8RawTextWriterIndent : XmlUtf8RawTextWriter {
1 instantiation of XmlUtf8RawTextWriter
System.Xml (1)
System\Xml\Core\XmlWriterSettings.cs (1)
507writer = new XmlUtf8RawTextWriter(output, this);
4 references to XmlUtf8RawTextWriter
System.Xml (4)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
696XmlUtf8RawTextWriter.CharToUTF8( ref pSrc, pSrcEnd, ref pEnd );
System\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
592pDst = XmlUtf8RawTextWriter.AmpEntity(pDst); 668pDst = XmlUtf8RawTextWriter.AmpEntity(pDst); 696XmlUtf8RawTextWriter.CharToUTF8( ref pSrc, pSrcEnd, ref pEnd );