Move Hashtable & friends to shared parition (#17316)
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 24 Apr 2018 07:49:16 +0000 (09:49 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Apr 2018 07:49:16 +0000 (09:49 +0200)
commit30b07e10fbb477a0d08d0d2ec022f51d8bd3a9a9
tree80ad1d340f86c780f74a647f37c8c3648c202c1e
parentaa830689529feefea1ea74cfe8da7c282017480e
Move Hashtable & friends to shared parition (#17316)

* Move Hashtable & friends to shared parition

* Move HashHelper serialization logic into its own file

* Remove unchecked keyword in Hashtable
src/mscorlib/Resources/Strings.resx
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Collections/CompatibleComparer.cs [new file with mode: 0644]
src/mscorlib/shared/System/Collections/HashHelpers.SerializationInfoTable.cs [new file with mode: 0644]
src/mscorlib/shared/System/Collections/HashHelpers.cs
src/mscorlib/shared/System/Collections/Hashtable.cs [moved from src/mscorlib/src/System/Collections/Hashtable.cs with 64% similarity]
src/mscorlib/shared/System/Collections/IHashCodeProvider.cs [new file with mode: 0644]
src/mscorlib/shared/System/Collections/KeyValuePairs.cs [new file with mode: 0644]
src/mscorlib/src/System/Collections/CompatibleComparer.cs [deleted file]
src/mscorlib/src/System/Collections/IHashCodeProvider.cs [deleted file]