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