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)
426public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\Core\QueryOutputWriter.cs (1)
302public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
180public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
634public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\Core\XmlEventCache.cs (1)
396public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
550public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\Dom\DocumentXmlWriter.cs (1)
336public override void WriteSurrogateCharEntity(char lowCh, char highCh)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
104public 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);