Fix the calling convention for P/Invokes and delegates to hostpolicy (dotnet/coreclr...
authorAaron Robinson <arobins@microsoft.com>
Thu, 14 Mar 2019 22:15:56 +0000 (15:15 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2019 22:15:56 +0000 (15:15 -0700)
commitb0cbda3359068044d402056db4c4890143bfc1a8
tree1364c006acc9abd43573315dd1d58a448b48c7f7
parent78f65e7784a9d6f07e8977a2158c1009a0228b6b
 Fix the calling convention for P/Invokes and delegates to hostpolicy (dotnet/coreclr#23249)

* Fix the calling convention for P/Invokes and delegates

* Update mock library to match official hostpolicy calling conventions

Commit migrated from https://github.com/dotnet/coreclr/commit/ce39609eff13c327b1ac27caeae83f691e67170a
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyDependencyResolver.cs
src/coreclr/src/coreclr/hosts/coreshim/CoreShim.cpp
src/coreclr/tests/src/Common/CoreCLRTestLibrary/HostPolicyMock.cs
src/coreclr/tests/src/Common/hostpolicymock/HostpolicyMock.cpp