Base:
method
WriteCDataAsync
System.Xml.XmlRawWriter.WriteCDataAsync(System.String)
1 override of WriteCDataAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1508
public override Task
WriteCDataAsync
( string text ) {
1 reference to WriteCDataAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1511
return base.
WriteCDataAsync
( text );