Base:
method
WriteCharEntityAsync
System.Xml.XmlRawWriter.WriteCharEntityAsync(System.Char)
1 override of WriteCharEntityAsync
System.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1621
public override Task
WriteCharEntityAsync
( char ch ) {
1 reference to WriteCharEntityAsync
System.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1624
return base.
WriteCharEntityAsync
( ch );