Base:
method
WriteCharEntity
System.Xml.XmlRawWriter.WriteCharEntity(System.Char)
3 overrides of WriteCharEntity
System.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
422public override void WriteCharEntity( char ch ) {
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
117public override void WriteCharEntity( char ch ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1670public override void WriteCharEntity( char ch ) {
1 reference to WriteCharEntity
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1672base.WriteCharEntity( ch );