Convert several static readonly byte[]s to ReadOnlySpan<byte> (dotnet/coreclr#26138)
authorStephen Toub <stoub@microsoft.com>
Tue, 13 Aug 2019 18:05:56 +0000 (14:05 -0400)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 18:05:56 +0000 (14:05 -0400)
commit4e0e58f1e653488a28e3e4b7da850ea4935e5f1c
tree232aad09c925a1c1a64774036858164780571247
parentd8399bed4830bcd2319da8c891e536204c6e1178
Convert several static readonly byte[]s to ReadOnlySpan<byte> (dotnet/coreclr#26138)

Commit migrated from https://github.com/dotnet/coreclr/commit/4fae816227800ad3edc8dd45b7b6eff9d5bf7377
src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/ParserHelpers.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.X.cs
src/libraries/System.Private.CoreLib/src/System/Convert.Base64.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/HebrewCalendar.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/BitOperations.cs