Migrate MethodBase.cs over to the shared partition. (dotnet/coreclr#10202)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 15 Mar 2017 22:52:05 +0000 (15:52 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2017 22:52:05 +0000 (15:52 -0700)
commitf8b2be32adf3879df0bfa05e72b445b7893e029f
tree98051da52cab6caa644554d31dfaf6207694376d
parentcffc5f1acd4bb99ac63ee7cd69d95795d5effe4e
Migrate MethodBase.cs over to the shared partition. (dotnet/coreclr#10202)

* Replace each member with CoreRt prose.

* Lightup IsConstructedGenericMethod

* Copy over CoreRt MethodBase.cs (this is now just a reordering)

* Move MethodBase.cs verbative over to shared partition.

* AAAAND.... it looks like this exercise exposed a bug in CoreRt.

* Resolved merge conflict

Commit migrated from https://github.com/dotnet/coreclr/commit/450ac8f965586c7b28488b6af16855a383da6278
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/MethodBase.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/SR.cs
src/coreclr/src/mscorlib/src/System/Reflection/MethodBase.cs [deleted file]