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