3 types derived from XmlUtf8RawTextWriter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
19internal class HtmlUtf8RawTextWriter : XmlUtf8RawTextWriter
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (1)
22internal class TextUtf8RawTextWriter : XmlUtf8RawTextWriter
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1666internal partial class XmlUtf8RawTextWriterIndent : XmlUtf8RawTextWriter
1 instantiation of XmlUtf8RawTextWriter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
515writer = new XmlUtf8RawTextWriter(output, this);
4 references to XmlUtf8RawTextWriter
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
746XmlUtf8RawTextWriter.CharToUTF8(ref pSrc, pSrcEnd, ref pEnd);
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
626pDst = XmlUtf8RawTextWriter.AmpEntity(pDst); 714pDst = XmlUtf8RawTextWriter.AmpEntity(pDst); 743XmlUtf8RawTextWriter.CharToUTF8(ref pSrc, pSrcEnd, ref pEnd);