Move UnmanagedMemoryStream and related types to shared CoreLib partition (#11409)
authorJan Kotas <jkotas@microsoft.com>
Fri, 5 May 2017 04:12:20 +0000 (21:12 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 04:12:20 +0000 (21:12 -0700)
commitceb81e1a78e8415cddb79f5aaba96108fe7cb2e7
treee5398bbc6cf5cc5eaaf63d3fef78adf781d3da09
parent4d12501d34d327d5cb7347f1b3af1c21f20a3c1c
Move UnmanagedMemoryStream and related types to shared CoreLib partition (#11409)
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/IO/PinnedBufferMemoryStream.cs [moved from src/mscorlib/src/System/IO/PinnedBufferMemoryStream.cs with 75% similarity]
src/mscorlib/shared/System/IO/UnmanagedMemoryStream.cs [moved from src/mscorlib/src/System/IO/UnmanagedMemoryStream.cs with 77% similarity]
src/mscorlib/shared/System/IO/UnmanagedMemoryStreamWrapper.cs [moved from src/mscorlib/src/System/IO/UnmanagedMemoryStreamWrapper.cs with 91% similarity]