Base:
method
WriteSurrogateCharEntity
System.Xml.XmlRawWriter.WriteSurrogateCharEntity(System.Char, System.Char)
3 overrides of WriteSurrogateCharEntity
System.Private.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
385
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
108
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1952
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
1 reference to WriteSurrogateCharEntity
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1955
base.
WriteSurrogateCharEntity
(lowChar, highChar);