3 overrides of WriteAttributesAsync
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
109
public override Task
WriteAttributesAsync
(XmlReader reader, bool defattr)
System.Private.Xml (2)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
555
public override Task
WriteAttributesAsync
(XmlReader reader, bool defattr)
System\Xml\Core\XmlRawWriterAsync.cs (1)
148
public override Task
WriteAttributesAsync
(XmlReader reader, bool defattr)
5 references to WriteAttributesAsync
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
112
return SetLastTask(CoreWriter.
WriteAttributesAsync
(reader, defattr));
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
558
var task = _coreWriter.
WriteAttributesAsync
(reader, defattr);
System\Xml\Core\XmlWriterAsync.cs (3)
242
await
WriteAttributesAsync
(reader, defattr).ConfigureAwait(false);
306
await
WriteAttributesAsync
(reader, defattr).ConfigureAwait(false);
368
await
WriteAttributesAsync
(reader, defattr).ConfigureAwait(false);