Moved LocalVariableInfo to shared (dotnet/coreclr#19184)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 3 Aug 2018 20:03:35 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 20:03:35 +0000 (13:03 -0700)
commitfa81d3c467131e246230064d800926bca911b34f
treefdf58efa36a041aaf2c985638df443076b3bdb79
parent979d7df1f7d4483d8fa8d0fc3db446dae626b4cc
Moved LocalVariableInfo to shared (dotnet/coreclr#19184)

* File Modified

* Moved to shared

* Introducing RuntimeLocalVariableInfo

* Build Corefx change

* sealed added

Commit migrated from https://github.com/dotnet/coreclr/commit/b3db1041998be9c63a730240a8f16918597c0ed5
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs [new file with mode: 0644]
src/coreclr/src/vm/mscorlib.h
src/coreclr/src/vm/runtimehandles.cpp
src/coreclr/src/vm/runtimehandles.h
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Reflection/LocalVariableInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/LocalVariableInfo.cs with 50% similarity]