Move the MemberInfo-derived Info classes to the shared partition. (dotnet/coreclr...
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Fri, 17 Mar 2017 00:23:51 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2017 00:23:51 +0000 (17:23 -0700)
commitb3f2069bbd137132d960251a71d8cff95207b380
treec2047c96ae0657ae3f82880766d17fb59863d1bb
parentb54bacd9b60720017c87d6293a9018cdc2e2ad0a
Move the MemberInfo-derived Info classes to the shared partition. (dotnet/coreclr#10236)

* Copy over CoreRt prose member by member.

* Transplant the CoreRt version of the files.

This is now just a reordering. Verified
by sorting the old and new versions of the
file and diffin.

* Move to shared partition.

* Looks like the #if FEATURE_COMINTEROP wasn't just for show...

Take EventInfo.cs back to unshared status for now...

Commit migrated from https://github.com/dotnet/coreclr/commit/c6b82ac3d83ecebc124d6a39065f4e6723aa320b
15 files changed:
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/ConstructorInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/FieldInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/MethodInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/PropertyInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/TypeInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/SR.cs
src/coreclr/src/mscorlib/src/System/Reflection/ConstructorInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Reflection/EventInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/FieldInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Reflection/MethodInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Reflection/PropertyInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Reflection/TypeInfo.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Type.cs