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