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