Replace MemberInfo.cs with the CoreRt version and move to shared partition. (dotnet...
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 15 Mar 2017 13:40:24 +0000 (06:40 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2017 13:40:24 +0000 (06:40 -0700)
commit4350362ca4fca0d6ae5ff3a5edf0cae7e3081d85
treea3786d7deafc0d70de797f41b006bd11cae8ecb7
parentc74e2014baa032e3c7017d30a494ae7c48452fc9
Replace MemberInfo.cs with the CoreRt version and move to shared partition. (dotnet/coreclr#10167)

* Move file verbatim.

* Port over CoreRT style sans reordering.

* Final replacement with CoreRt file.

Commit migrated from https://github.com/dotnet/coreclr/commit/44df0f37ce9e4e4ea63718ba0b4e74d53970037a
src/coreclr/src/mscorlib/Common/NotImplemented.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Reflection/MemberInfo.cs [moved from src/coreclr/src/mscorlib/src/System/Reflection/MemberInfo.cs with 62% similarity]
src/coreclr/src/mscorlib/src/System/Reflection/MemberInfo.Internal.cs [new file with mode: 0644]