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