Add remaining IAsyncDisposable implementations to CoreLib (dotnet/coreclr#20676)
authorStephen Toub <stoub@microsoft.com>
Sat, 3 Nov 2018 00:51:26 +0000 (20:51 -0400)
committerGitHub <noreply@github.com>
Sat, 3 Nov 2018 00:51:26 +0000 (20:51 -0400)
commit3e42709b83772b51a6eceedc8a429eb982f58f15
tree8a753e6fef6eea0bb179cbef19213fa8c481ef73
parentee5f854384f46ed588d7ed0775b2d9b90d60bc1d
Add remaining IAsyncDisposable implementations to CoreLib (dotnet/coreclr#20676)

* Add remaining IAsyncDisposable implementations to CoreLib

* Address PR feedback

Commit migrated from https://github.com/dotnet/coreclr/commit/8b03dbeb90c81b8095b949b44553ff970e169851
src/libraries/System.Private.CoreLib/src/System/IO/BinaryWriter.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileStream.Unix.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileStream.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/Stream.cs
src/libraries/System.Private.CoreLib/src/System/IO/StreamWriter.cs
src/libraries/System.Private.CoreLib/src/System/IO/TextWriter.cs