Implement IAsyncDisposable for XmlWriter (#35233)
authorbuyaa-n <buyankhishig.namnan@microsoft.com>
Tue, 28 Apr 2020 21:50:40 +0000 (14:50 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 21:50:40 +0000 (14:50 -0700)
commit77fab0bddda1872c9674f3dd914610d7d6163f53
tree2ecc86ab03f9d9000dfa2485f3503ef67bc2db0a
parent57a931b11e9ecff42bf75d2e451370af904c0992
Implement IAsyncDisposable for XmlWriter (#35233)

* Update XmlWriter to implement IAsyncDisposable
16 files changed:
src/libraries/System.Private.Xml.Linq/src/System/Xml/Linq/XDocument.cs
src/libraries/System.Private.Xml.Linq/src/System/Xml/Linq/XElement.cs
src/libraries/System.Private.Xml.Linq/tests/misc/LoadSaveAsyncTests.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlAsyncCheckWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlEncodedRawTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlEncodedRawTextWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGenerator.ttinclude
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGeneratorAsync.ttinclude
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlUtf8RawTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlUtf8RawTextWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriterAsync.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWriterAsync.cs
src/libraries/System.Private.Xml/tests/XmlWriter/DisposeTests.cs
src/libraries/System.Private.Xml/tests/XmlWriter/WriteWithEncoding.cs
src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.cs