Move ArraySegment and a few other files to shared CoreLib partition (#15158)
authorJan Kotas <jkotas@microsoft.com>
Wed, 22 Nov 2017 07:27:12 +0000 (23:27 -0800)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2017 07:27:12 +0000 (23:27 -0800)
commitff440aaee646319417522c11b34ab4fb668f4894
tree563adc5bf8cf1e1502ecb58c3643553c56bb3f64
parent3e734b68ba7f571a68d19afd1e15bf9b9ab23edc
Move ArraySegment and a few other files to shared CoreLib partition (#15158)
27 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/Microsoft/Win32/SafeHandles/CriticalHandleZeroOrMinusOneIsInvalid.cs
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/ArraySegment.cs [moved from src/mscorlib/src/System/ArraySegment.cs with 100% similarity]
src/mscorlib/shared/System/Empty.cs [new file with mode: 0644]
src/mscorlib/shared/System/Globalization/BidiCategory.cs [moved from src/mscorlib/src/System/Globalization/BidiCategory.cs with 86% similarity]
src/mscorlib/shared/System/Globalization/CalendarData.Windows.cs [moved from src/mscorlib/src/System/Globalization/CalendarData.Windows.cs with 98% similarity]
src/mscorlib/shared/System/Globalization/CharUnicodeInfo.cs [moved from src/mscorlib/src/System/Globalization/CharUnicodeInfo.cs with 100% similarity]
src/mscorlib/shared/System/Globalization/IdnMapping.cs [moved from src/mscorlib/src/System/Globalization/IdnMapping.cs with 100% similarity]
src/mscorlib/shared/System/Globalization/RegionInfo.cs [moved from src/mscorlib/src/System/Globalization/RegionInfo.cs with 100% similarity]
src/mscorlib/shared/System/IntPtr.cs [new file with mode: 0644]
src/mscorlib/shared/System/Threading/Tasks/TaskCanceledException.cs
src/mscorlib/shared/System/Threading/Tasks/TaskCompletionSource.cs
src/mscorlib/shared/System/UIntPtr.cs [moved from src/mscorlib/src/System/UIntPtr.cs with 57% similarity]
src/mscorlib/src/System/AppDomain.cs
src/mscorlib/src/System/Delegate.cs
src/mscorlib/src/System/Diagnostics/Stacktrace.cs
src/mscorlib/src/System/Empty.cs [deleted file]
src/mscorlib/src/System/IntPtr.cs [deleted file]
src/mscorlib/src/System/Reflection/LoaderAllocator.cs
src/mscorlib/src/System/RtType.cs
src/mscorlib/src/System/Runtime/InteropServices/GcHandle.cs
src/mscorlib/src/System/RuntimeHandles.cs
src/mscorlib/src/System/StubHelpers.cs
src/mscorlib/src/System/Threading/Overlapped.cs
src/mscorlib/src/System/Threading/Thread.cs
src/mscorlib/src/System/TypedReference.cs