2 overrides of WriteAttributesAsync
System.Xml (2)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
472
public override Task
WriteAttributesAsync
(XmlReader reader, bool defattr) {
System\Xml\Core\XmlRawWriterAsync.cs (1)
139
public override Task
WriteAttributesAsync
( XmlReader reader, bool defattr ) {
4 references to WriteAttributesAsync
System.Xml (4)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
474
var task = coreWriter.
WriteAttributesAsync
(reader, defattr);
System\Xml\Core\XmlWriterAsync.cs (3)
220
await
WriteAttributesAsync
(reader, defattr).ConfigureAwait(false);
275
await
WriteAttributesAsync
(reader, defattr).ConfigureAwait(false);
334
await
WriteAttributesAsync
(reader, defattr).ConfigureAwait(false);