Make GetModuleHandle() sharable. (dotnet/coreclr#10309)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Mon, 20 Mar 2017 17:03:26 +0000 (10:03 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Mar 2017 17:03:26 +0000 (10:03 -0700)
commitfced9ce50bcc93a602532dc39855bf1845224ab1
tree45c063ad356378ebabf58d62013d6f4975fb1cf3
parent67f1886219c8711a51b157b133dfc2eff5097235
Make GetModuleHandle() sharable. (dotnet/coreclr#10309)

Commit migrated from https://github.com/dotnet/coreclr/commit/05e35b9e4edb317ec0fcfbe622ae3d7621ef5ae4
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/src/System/Reflection/Emit/ModuleBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Module.CoreCLR.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Reflection/Module.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeModule.cs
src/coreclr/src/mscorlib/src/System/Type.CoreCLR.cs