Move AssemblyLoadContext to shared partition (#22685)
authorMarek Safar <marek.safar@gmail.com>
Sat, 23 Feb 2019 10:06:32 +0000 (11:06 +0100)
committerJan Kotas <jkotas@microsoft.com>
Sat, 23 Feb 2019 10:06:32 +0000 (02:06 -0800)
commit2c61b985c0513d9a70eee7221fa15910e7003d16
tree1f74301d83cf55eb9c1b906376f42cb41909d021
parent89ecfac9aa06491295e067edaa91193a88ae7b9c
Move AssemblyLoadContext to shared partition (#22685)

* Move AssemblyLoadContext to shared partition

* Move static initializer to DefaultAssemblyLoadContext

and remove stream copying from lock scope
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs [deleted file]