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