Move S.Buffers and S.IO sources shared with corert into shared folder (dotnet/coreclr...
authorAlex Perovich <alperovi@microsoft.com>
Sat, 25 Feb 2017 06:46:59 +0000 (00:46 -0600)
committerJan Kotas <jkotas@microsoft.com>
Sat, 25 Feb 2017 06:46:59 +0000 (22:46 -0800)
commitd593f56fbbed2caeced04194a99584bd708c4993
tree94a86b292b5b30648a690ab999a3f40035655dcf
parent862f77443630cd219372ebd211d267244e5dc4b3
Move S.Buffers and S.IO sources shared with corert into shared folder (dotnet/coreclr#9778)

Commit migrated from https://github.com/dotnet/coreclr/commit/532c45a27aa2f804ed43448ef1666beeef6c96ae
27 files changed:
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/corefx/Microsoft/Win32/SafeHandles/SafeThreadPoolIOHandle.cs [deleted file]
src/coreclr/src/mscorlib/shared/Microsoft/Win32/SafeHandles/SafeFileHandle.Unix.cs [moved from src/coreclr/src/mscorlib/corefx/Microsoft/Win32/SafeHandles/SafeFileHandle.Unix.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/Microsoft/Win32/SafeHandles/SafeFileHandle.Windows.cs [moved from src/coreclr/src/mscorlib/corefx/Microsoft/Win32/SafeHandles/SafeFileHandle.Windows.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.sources [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Buffers/ArrayPool.cs [moved from src/coreclr/src/mscorlib/corefx/System/Buffers/ArrayPool.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Buffers/ArrayPoolEventSource.cs [moved from src/coreclr/src/mscorlib/corefx/System/Buffers/ArrayPoolEventSource.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Buffers/ConfigurableArrayPool.cs [moved from src/coreclr/src/mscorlib/corefx/System/Buffers/ConfigurableArrayPool.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Buffers/TlsOverPerCoreLockedStacksArrayPool.cs [moved from src/coreclr/src/mscorlib/corefx/System/Buffers/TlsOverPerCoreLockedStacksArrayPool.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Buffers/Utilities.cs [moved from src/coreclr/src/mscorlib/corefx/System/Buffers/Utilities.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/Error.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/Error.cs with 88% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileStream.Linux.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/FileStream.Linux.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileStream.OSX.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/FileStream.OSX.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileStream.Unix.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/FileStream.Unix.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileStream.Win32.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/FileStream.Win32.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileStream.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/FileStream.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileStreamCompletionSource.Win32.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/FileStreamCompletionSource.Win32.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/Path.Unix.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/Path.Unix.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/Path.Win32.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/Path.Win32.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/Path.Windows.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/Path.Windows.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/Path.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/Path.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/PathHelper.Windows.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/PathHelper.Windows.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/PathInternal.Unix.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/PathInternal.Unix.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/PathInternal.Windows.StringBuffer.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/PathInternal.Windows.StringBuffer.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/PathInternal.Windows.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/PathInternal.Windows.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/PathInternal.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/PathInternal.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/IO/Win32Marshal.cs [moved from src/coreclr/src/mscorlib/corefx/System/IO/Win32Marshal.cs with 100% similarity]