Move Span/ReadOnlySpan to shared CoreLib partition (dotnet/coreclr#10988)
authorJan Kotas <jkotas@microsoft.com>
Sat, 15 Apr 2017 20:32:58 +0000 (13:32 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Apr 2017 20:32:58 +0000 (13:32 -0700)
commit134b9d4a0ed0cfe0fb5f073f5161f4aa1a9f46d1
treea428793f7314c71e339c6a8020d0f56db97b67ae
parenta0af3ac4b58e0bf20ffb21e2f4c33ae067a26844
Move Span/ReadOnlySpan to shared CoreLib partition (dotnet/coreclr#10988)

Fix a few method names to better names used in CoreRT

Contributes to https://github.com/dotnet/corert/issues/2966

Commit migrated from https://github.com/dotnet/coreclr/commit/e0b8c96334016770680d64fc83a8e7dbdeb657ee
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/ReadOnlySpan.cs [moved from src/coreclr/src/mscorlib/src/System/ReadOnlySpan.cs with 96% similarity]
src/coreclr/src/mscorlib/shared/System/Span.NonGeneric.cs [moved from src/coreclr/src/mscorlib/src/System/Span.cs with 55% similarity]
src/coreclr/src/mscorlib/shared/System/Span.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/jithelpers.cs
src/coreclr/src/mscorlib/src/System/String.cs
src/coreclr/src/vm/jitinterface.cpp
src/coreclr/src/vm/mscorlib.h