Moves Stream to shared location (dotnet/coreclr#18142)
authorMarek Safar <marek.safar@gmail.com>
Fri, 1 Jun 2018 03:57:00 +0000 (05:57 +0200)
committerJan Kotas <jkotas@microsoft.com>
Fri, 1 Jun 2018 03:57:00 +0000 (20:57 -0700)
commitb43c6b0fdd374c10d98b320da6ffcd95466c2067
treeca2cc3948d1739ab5f75f574aff084d5c879bbd0
parentdf35e4ec9e34716e9dc0d30381e2776ced4de680
Moves Stream to shared location (dotnet/coreclr#18142)

* Moves Stream to shared location

* Review tweaks

* Add NotImplementedException for SyncStream due to https://github.com/dotnet/corert/issues/3251

Commit migrated from https://github.com/dotnet/coreclr/commit/95ae6621b1c7f176b518ad819f6eccd469e91ea1
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/IO/Stream.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.cs with 97% similarity]