2 overrides of WriteXmlDeclarationAsync
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
26
internal override async Task
WriteXmlDeclarationAsync
( XmlStandalone standalone ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
26
internal override async Task
WriteXmlDeclarationAsync
( XmlStandalone standalone ) {
1 reference to WriteXmlDeclarationAsync
System.Xml (1)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1012
await rawWriter.
WriteXmlDeclarationAsync
(standalone).ConfigureAwait(false);