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