AsReadOnlySpan -> AsSpan rename to fix build breaks
authorJan Kotas <jkotas@microsoft.com>
Fri, 23 Feb 2018 02:49:03 +0000 (18:49 -0800)
committerJan Kotas <jkotas@microsoft.com>
Fri, 23 Feb 2018 03:56:34 +0000 (19:56 -0800)
commit22f1bc00d018a49f9550ee3b564f5f7737960b0d
tree11e59bb84fd999594ab297a5ab7cd0a19ef31569
parenta79398ed64600e05ea210732168cc20c2d078256
AsReadOnlySpan -> AsSpan rename to fix build breaks
18 files changed:
src/mscorlib/shared/System/Boolean.cs
src/mscorlib/shared/System/Collections/Generic/ValueListBuilder.cs
src/mscorlib/shared/System/Convert.cs
src/mscorlib/shared/System/Globalization/CompareInfo.cs
src/mscorlib/shared/System/Globalization/DateTimeParse.cs
src/mscorlib/shared/System/Globalization/HijriCalendar.Win32.cs
src/mscorlib/shared/System/Globalization/JapaneseCalendar.Win32.cs
src/mscorlib/shared/System/IO/Path.Unix.cs
src/mscorlib/shared/System/IO/Path.Windows.cs
src/mscorlib/shared/System/IO/Path.cs
src/mscorlib/shared/System/IO/StreamWriter.cs
src/mscorlib/shared/System/Number.Formatting.cs
src/mscorlib/shared/System/Span.NonGeneric.cs
src/mscorlib/shared/System/String.Manipulation.cs
src/mscorlib/shared/System/StringSpanHelpers.cs
src/mscorlib/shared/System/Text/StringBuilder.cs
src/mscorlib/shared/System/TimeZoneInfo.Unix.cs
src/mscorlib/shared/System/Version.cs