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