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