5 overrides of WriteCommentAsync
System.Xml (5)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
360
public override Task
WriteCommentAsync
(string text) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
299
public override async Task
WriteCommentAsync
( string text ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
283
public override async Task
WriteCommentAsync
( string text ) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
626
public override async Task
WriteCommentAsync
(string text) {
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
54
public override Task
WriteCommentAsync
(string text) {
7 references to WriteCommentAsync
System.Xml (7)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
362
var task = coreWriter.
WriteCommentAsync
(text);
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
99
return writer.
WriteCommentAsync
( text );
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
632
await writer.
WriteCommentAsync
(text).ConfigureAwait(false);
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
55
return writer.
WriteCommentAsync
(text);
System\Xml\Core\XmlWriterAsync.cs (3)
314
await
WriteCommentAsync
(reader.Value).ConfigureAwait(false);
374
await
WriteCommentAsync
(reader.Value).ConfigureAwait(false);
436
await
WriteCommentAsync
(navigator.Value).ConfigureAwait(false);