Use AssemblyLoadContext from shared partition (dotnet/corertdotnet/coreclr#7570)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Mon, 1 Jul 2019 05:15:28 +0000 (07:15 +0200)
committerJan Kotas <jkotas@microsoft.com>
Tue, 2 Jul 2019 02:47:11 +0000 (19:47 -0700)
commit28d0bd2c406f6cf2a2e791d8bcffd7be28908897
tree34e97fdc5d9400562774950fb31b27a58d156bd0
parent5d465ac9eed5c6c70bb892d5c6eebaacbbcf7639
Use AssemblyLoadContext from shared partition (dotnet/corertdotnet/coreclr#7570)

We were missing methods that got added for 3.0. The only LoadContext that works is the default one though.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/e6e170fdec2bb20a76126bd9b40e4a284e6c92f2
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs