2 overrides of WriteXmlDeclarationAsync
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
33internal override async Task WriteXmlDeclarationAsync(XmlStandalone standalone)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
33internal override async Task WriteXmlDeclarationAsync(XmlStandalone standalone)
1 reference to WriteXmlDeclarationAsync
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1212await _rawWriter.WriteXmlDeclarationAsync(standalone).ConfigureAwait(false);