Base:
method
WriteCommentAsync
System.Xml.XmlWriter.WriteCommentAsync(System.String)
1 override of WriteCommentAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2004public override async Task WriteCommentAsync(string? text)
1 reference to WriteCommentAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2012await base.WriteCommentAsync(text).ConfigureAwait(false);