Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Moves Stream to shared location (dotnet/coreclr#18142)
Browse files Browse the repository at this point in the history
* Moves Stream to shared location

* Review tweaks

* Add NotImplementedException for SyncStream due to dotnet/corert#3251

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
  • Loading branch information
marek-safar authored and stephentoub committed Jun 1, 2018
1 parent c86814f commit d3d7f52
Show file tree
Hide file tree
Showing 2 changed files with 1,332 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\IO\PathTooLongException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\PinnedBufferMemoryStream.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\SeekOrigin.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\Stream.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\StreamHelpers.CopyValidation.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\StreamReader.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\StreamWriter.cs" />
Expand Down
Loading

0 comments on commit d3d7f52

Please sign in to comment.