Move methodbody and exceptionHandlingClause to shared (#19364)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Thu, 9 Aug 2018 03:08:38 +0000 (20:08 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 03:08:38 +0000 (20:08 -0700)
commit4f92fa9f95b0e45935374da29066978719a7701d
tree355f520bfab9d242a4acb5f2cae04f8209601135
parente197121636cdde973370fe6a3914a1db3503b922
Move methodbody and exceptionHandlingClause to shared  (#19364)

* Changing names and making runtime files

* Movel methodbody and exceptionHandlingClause to shared

* Fixing build error
16 files changed:
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Reflection/ExceptionHandlingClause.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Reflection/MethodBody.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Reflection/ExceptionHandlingClause.cs [deleted file]
src/System.Private.CoreLib/src/System/Reflection/MethodBody.cs [deleted file]
src/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs
src/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs
src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs
src/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/vm/comcallablewrapper.cpp
src/vm/mscorlib.h
src/vm/runtimehandles.cpp
src/vm/runtimehandles.h