Base:
method
WriteSurrogateCharEntityAsync
System.Xml.XmlWriter.WriteSurrogateCharEntityAsync(System.Char, System.Char)
2 overrides of WriteSurrogateCharEntityAsync
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
414public override async Task WriteSurrogateCharEntityAsync( char lowChar, char highChar ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
388public override async Task WriteSurrogateCharEntityAsync( char lowChar, char highChar ) {