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