Rename internal field of primitive type structs and make it private (dotnet/coreclr...
authorJan Kotas <jkotas@microsoft.com>
Mon, 1 May 2017 05:52:25 +0000 (22:52 -0700)
committerDan Moseley <danmose@microsoft.com>
Mon, 1 May 2017 05:52:25 +0000 (22:52 -0700)
commit4cb6c8199f9b7adef0228e90d759c4b41f6084dc
treeb5e8d03a01f7508039742457e23a7939d3941d0d
parent8c7093e3f6743058579733144725a4dc7d4d4b04
Rename internal field of primitive type structs and make it private (dotnet/coreclr#11312)

Reduce diffs with CoreRT and conform to coding conventions

Commit migrated from https://github.com/dotnet/coreclr/commit/0310a1e18c3322b0f1e582583f6597094e6da1cb
14 files changed:
src/coreclr/src/mscorlib/shared/System/Char.cs
src/coreclr/src/mscorlib/src/System/Boolean.cs
src/coreclr/src/mscorlib/src/System/Byte.cs
src/coreclr/src/mscorlib/src/System/Double.cs
src/coreclr/src/mscorlib/src/System/Int16.cs
src/coreclr/src/mscorlib/src/System/Int32.cs
src/coreclr/src/mscorlib/src/System/Int64.cs
src/coreclr/src/mscorlib/src/System/IntPtr.cs
src/coreclr/src/mscorlib/src/System/SByte.cs
src/coreclr/src/mscorlib/src/System/Single.cs
src/coreclr/src/mscorlib/src/System/UInt16.cs
src/coreclr/src/mscorlib/src/System/UInt32.cs
src/coreclr/src/mscorlib/src/System/UInt64.cs
src/coreclr/src/mscorlib/src/System/UIntPtr.cs