Fix the calling convention for P/Invokes and delegates to hostpolicy (#23249)
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)
commitce39609eff13c327b1ac27caeae83f691e67170a
treebc783f61232632c564b645740a49c70310550c27
parent23fbf7e7ab231876b9d54b52bac044cdde159118
 Fix the calling convention for P/Invokes and delegates to hostpolicy (#23249)

* Fix the calling convention for P/Invokes and delegates

* Update mock library to match official hostpolicy calling conventions
src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyDependencyResolver.cs
src/coreclr/hosts/coreshim/CoreShim.cpp
tests/src/Common/CoreCLRTestLibrary/HostPolicyMock.cs
tests/src/Common/hostpolicymock/HostpolicyMock.cpp