Make NativeLibrary Load/TryLoad use ALC extension points for the specified assembly...
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Wed, 8 Apr 2020 21:07:13 +0000 (14:07 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 21:07:13 +0000 (14:07 -0700)
commit7fa7d854adba15c6214c90e555f9bc52aee5891f
tree402560f4e07150617f501deb74e0101699531530
parentcb2308b56959175f41fd5a1dbc64660ab6d60c2a
Make NativeLibrary Load/TryLoad use ALC extension points for the specified assembly (#34519)
src/coreclr/src/pal/inc/pal.h
src/coreclr/src/vm/dllimport.cpp
src/coreclr/src/vm/dllimport.h
src/coreclr/tests/src/Interop/NativeLibrary/AssemblyLoadContext/ResolveUnmanagedDllTests.cs
src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackStressTest.cs
src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackTests.cs
src/coreclr/tests/src/Interop/NativeLibrary/Callback/CallbackTests.csproj
src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.cs