Base:
method
WriteSurrogateCharEntity
System.Xml.XmlWriter.WriteSurrogateCharEntity(System.Char, System.Char)
8 overrides of WriteSurrogateCharEntity
System.Private.Xml (8)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
426
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\QueryOutputWriter.cs (1)
302
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
180
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
634
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\XmlEventCache.cs (1)
396
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
550
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
System\Xml\Dom\DocumentXmlWriter.cs (1)
336
public override void
WriteSurrogateCharEntity
(char lowCh, char highCh)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
104
public override void
WriteSurrogateCharEntity
(char lowChar, char highChar)
2 references to WriteSurrogateCharEntity
System.Private.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (1)
305
_wrapped.
WriteSurrogateCharEntity
(lowChar, highChar);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
183
_wrapped.
WriteSurrogateCharEntity
(lowChar, highChar);