Changed internal value to readonly to all the primitive types
authorPhil Garcia <phil@thinkedge.com>
Tue, 26 Jun 2018 05:27:59 +0000 (22:27 -0700)
committerPhil Garcia <phil@thinkedge.com>
Tue, 26 Jun 2018 05:27:59 +0000 (22:27 -0700)
commit45b5acd54efaf3502716b83ae785ab234823a30b
tree8e66884238ec106efa1a32f4c68e1a8f5a9ca134
parentc340f59e5a96bbfc4daf7ed77ed80833de76994c
Changed internal value to readonly to all the primitive types

Commit migrated from https://github.com/dotnet/coreclr/commit/7fa1530c9d86ca3d4fc54a3c98de1ca667e1022b
14 files changed:
src/libraries/System.Private.CoreLib/src/System/Boolean.cs
src/libraries/System.Private.CoreLib/src/System/Byte.cs
src/libraries/System.Private.CoreLib/src/System/Char.cs
src/libraries/System.Private.CoreLib/src/System/Double.cs
src/libraries/System.Private.CoreLib/src/System/Int16.cs
src/libraries/System.Private.CoreLib/src/System/Int32.cs
src/libraries/System.Private.CoreLib/src/System/Int64.cs
src/libraries/System.Private.CoreLib/src/System/IntPtr.cs
src/libraries/System.Private.CoreLib/src/System/SByte.cs
src/libraries/System.Private.CoreLib/src/System/Single.cs
src/libraries/System.Private.CoreLib/src/System/UInt16.cs
src/libraries/System.Private.CoreLib/src/System/UInt32.cs
src/libraries/System.Private.CoreLib/src/System/UInt64.cs
src/libraries/System.Private.CoreLib/src/System/UIntPtr.cs