Base:
method
WriteCharEntity
System.Xml.XmlRawWriter.WriteCharEntity(System.Char)
3 overrides of WriteCharEntity
System.Private.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
380public override void WriteCharEntity(char ch)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
105public override void WriteCharEntity(char ch)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1946public override void WriteCharEntity(char ch)
1 reference to WriteCharEntity
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1949base.WriteCharEntity(ch);