Move Array's SZGenericArrayEnumerator to shared partition (dotnet/coreclr#22480)
authorMarek Safar <marek.safar@gmail.com>
Sat, 9 Feb 2019 04:11:21 +0000 (05:11 +0100)
committerJan Kotas <jkotas@microsoft.com>
Sat, 9 Feb 2019 04:11:21 +0000 (20:11 -0800)
commitf3e0cd0a87bc79e9d8621c79093a5f737dc3416d
tree74793bb0da498f25ff8efa0d05ad2be7424e735b
parent71974baa1374bcdc700fd70baa1aaf067b2ba5e3
Move Array's SZGenericArrayEnumerator to shared partition (dotnet/coreclr#22480)

* Move Array's SZGenericArrayEnumerator to shared partition

* Remove legacy comment

* Move all array enumerators to a new file

Commit migrated from https://github.com/dotnet/coreclr/commit/b67ebc46b4ae51ddb5e7bfbc65643f9f8f389023
src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Array.Enumerators.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Array.cs