Rename string-slicing extension methods (dotnet/corefx#27328)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 21 Feb 2018 19:48:51 +0000 (11:48 -0800)
committerJan Kotas <jkotas@microsoft.com>
Fri, 23 Feb 2018 03:56:34 +0000 (19:56 -0800)
commita79398ed64600e05ea210732168cc20c2d078256
treed5a7b645d1c7825dfd19a55adb4994d8d439fd61
parent88abf49ea8f9125d33cbb9177f73537fa661e1d3
Rename string-slicing extension methods (dotnet/corefx#27328)

* Rename string-slicing extension methods

As part of

https://github.com/dotnet/corefx/issues/26894

the api folks have approved renaming AsROSpan and AsROMemory
on string instances to AsSpan and AsMemory (as the "readonly"
is obvious given the read-only nature of the input.)

This puts the renaming in effect. Basically a big search-replace
commit.

* Fix OpenSSL build break

* I see this is going to be a treadmill

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
src/mscorlib/shared/System/Text/ValueStringBuilder.cs