Base:
method
WriteSurrogateCharEntity
System.Xml.XmlRawWriter.WriteSurrogateCharEntity(System.Char, System.Char)
3 overrides of WriteSurrogateCharEntity
System.Private.Xml (3)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
406
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\TextEncodedRawTextWriter.cs (1)
113
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2095
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
1 reference to WriteSurrogateCharEntity
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2098
base.
WriteSurrogateCharEntity
(lowChar, highChar);