Base:
method
WriteCommentAsync
System.Xml.XmlWriter.WriteCommentAsync(System.String)
1 override of WriteCommentAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1514
public override async Task
WriteCommentAsync
( string text ) {
1 reference to WriteCommentAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1520
await base.
WriteCommentAsync
( text ).ConfigureAwait(false);