Move UnmanagedMemoryStream and related types to shared CoreLib partition (dotnet...
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)
commit827d730c734b1d83df09a6a318a8ae5dcb4792f4
tree30f07174b1083a7a454979fd9a88047bdf77b60d
parentd10fe523a9e66b692991f4c459051a48ce227e4b
Move UnmanagedMemoryStream and related types to shared CoreLib partition (dotnet/coreclr#11409)

Commit migrated from https://github.com/dotnet/coreclr/commit/ceb81e1a78e8415cddb79f5aaba96108fe7cb2e7
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/IO/PinnedBufferMemoryStream.cs [moved from src/coreclr/src/mscorlib/src/System/IO/PinnedBufferMemoryStream.cs with 75% similarity]
src/coreclr/src/mscorlib/shared/System/IO/UnmanagedMemoryStream.cs [moved from src/coreclr/src/mscorlib/src/System/IO/UnmanagedMemoryStream.cs with 77% similarity]
src/coreclr/src/mscorlib/shared/System/IO/UnmanagedMemoryStreamWrapper.cs [moved from src/coreclr/src/mscorlib/src/System/IO/UnmanagedMemoryStreamWrapper.cs with 91% similarity]