Base:
method
WriteSurrogateCharEntity
System.Xml.XmlWriter.WriteSurrogateCharEntity(System.Char, System.Char)
7 overrides of WriteSurrogateCharEntity
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
383
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar) {
System\Xml\Core\QueryOutputWriter.cs (1)
265
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar) {
System\Xml\Core\XmlAutoDetectWriter.cs (1)
162
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
596
public override void
WriteSurrogateCharEntity
( char lowChar, char highChar ) {
System\Xml\Core\XmlEventCache.cs (1)
372
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
528
public override void
WriteSurrogateCharEntity
( char lowChar, char highChar ) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
287
public override void
WriteSurrogateCharEntity
(char lowCh, char highCh) {
2 references to WriteSurrogateCharEntity
System.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (1)
267
this.wrapped.
WriteSurrogateCharEntity
(lowChar, highChar);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
164
this.wrapped.
WriteSurrogateCharEntity
(lowChar, highChar);