Move types to shared corelib partition (#15768)
authorJan Kotas <jkotas@microsoft.com>
Sat, 6 Jan 2018 17:14:22 +0000 (09:14 -0800)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2018 17:14:22 +0000 (09:14 -0800)
commit2c254c4085328511225e267c541561405f6916c3
tree711b766a94fb242efbcf09e75be399d75fa7b17d
parentf1d8831b8c6b66b9607972c27a36c989649aeaa1
Move types to shared corelib partition (#15768)

- YieldAwaitable: Fixed readonly mismatch
- Comparer: Made public to fix https://github.com/dotnet/corefx/issues/25973
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Collections/Comparer.cs [moved from src/mscorlib/src/System/Collections/Comparer.cs with 50% similarity]
src/mscorlib/shared/System/Collections/Generic/NonRandomizedStringEqualityComparer.cs
src/mscorlib/shared/System/Globalization/DateTimeFormatInfoScanner.cs
src/mscorlib/shared/System/Runtime/CompilerServices/YieldAwaitable.cs [moved from src/mscorlib/src/System/Runtime/CompilerServices/YieldAwaitable.cs with 98% similarity]
src/mscorlib/src/System/Globalization/CultureInfo.cs