Replace MemberInfo.cs with the CoreRt version and move to shared partition. (#10167)
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)
commit44df0f37ce9e4e4ea63718ba0b4e74d53970037a
tree31934f946fba3d41df92c5e0181a688d16775258
parent19e1cd299da301d1b2cb18ae8479595dbfc7224c
Replace MemberInfo.cs with the CoreRt version and move to shared partition. (#10167)

* Move file verbatim.

* Port over CoreRT style sans reordering.

* Final replacement with CoreRt file.
src/mscorlib/Common/NotImplemented.cs [new file with mode: 0644]
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Reflection/MemberInfo.cs [moved from src/mscorlib/src/System/Reflection/MemberInfo.cs with 62% similarity]
src/mscorlib/src/System/Reflection/MemberInfo.Internal.cs [new file with mode: 0644]