Index and Range updates (dotnet/coreclr#22331)
commitab717125aa47bd356f17d6992c6da402a03ef1e0
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Wed, 6 Feb 2019 23:15:46 +0000 (6 15:15 -0800)
committerMarek Safar <marek.safar@gmail.com>
Fri, 8 Feb 2019 09:27:04 +0000 (8 10:27 +0100)
tree152f8a4799acbac0fa5efb6c535be616015ca8c9
parent33d6380103576782901c208e68488cc0b5af433b
Index and Range updates (dotnet/coreclr#22331)

* Index and Range updates

* Address @mikedn  feedback

* Address Feedback

* more feedback

* Use Deconstruct in Range.GetOffsetAndLength

* Rename GetArrayRange to GetSubArray

* Temporary disable the old Corefx Range tests

* Return back the TimeSpan test disabling

* Fix Range jit test

* Exclude the jit test

* revert the changes in the jit Range test

* Address Suggested Feedback

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Index.cs
netcore/System.Private.CoreLib/shared/System/Memory.cs
netcore/System.Private.CoreLib/shared/System/MemoryExtensions.cs
netcore/System.Private.CoreLib/shared/System/Range.cs
netcore/System.Private.CoreLib/shared/System/ReadOnlyMemory.cs
netcore/System.Private.CoreLib/shared/System/ReadOnlySpan.Fast.cs
netcore/System.Private.CoreLib/shared/System/ReadOnlySpan.cs
netcore/System.Private.CoreLib/shared/System/Span.Fast.cs
netcore/System.Private.CoreLib/shared/System/String.Manipulation.cs
netcore/System.Private.CoreLib/shared/System/String.cs
netcore/System.Private.CoreLib/shared/System/ThrowHelper.cs