Move MemoryStream to shared CoreLib partition (#15116)
authorJan Kotas <jkotas@microsoft.com>
Mon, 20 Nov 2017 20:19:01 +0000 (12:19 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 20:19:01 +0000 (12:19 -0800)
commit2142989645f124c8fbaa06acd06d2bb960168b1a
tree5815163674acf0ad92f92e003d06e42a579b43ef
parent9dd7d6d937b6a92280b0c7a90d2e09e0c3189385
Move MemoryStream to shared CoreLib partition (#15116)

- Apply formating and other minor changes from CoreRT
    - Prefer async implementations from CoreCLR since they are more recent and better optimized
- Apply similar changes to UnmanagedMemoryStream as well to keep the two close
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/IO/MemoryStream.cs [moved from src/mscorlib/src/System/IO/MemoryStream.cs with 89% similarity]
src/mscorlib/shared/System/IO/UnmanagedMemoryStream.cs
src/mscorlib/src/System/IO/Stream.cs
src/mscorlib/src/System/IO/StreamReader.cs
src/mscorlib/src/System/IO/TextReader.cs