Refactor internal System.AppDomain out of CoreLib (#21460)
authorJan Kotas <jkotas@microsoft.com>
Mon, 10 Dec 2018 21:34:03 +0000 (13:34 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 21:34:03 +0000 (13:34 -0800)
commit64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c
tree783aa9a56dedf8395e9aee6663019e4d5517bb84
parentab1529bb9bca98d8ebfce5461626cec14426ac53
Refactor internal System.AppDomain out of CoreLib (#21460)

Fixes #21028
31 files changed:
src/System.Private.CoreLib/Resources/Strings.resx
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
src/System.Private.CoreLib/shared/System/HResults.cs
src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/System.Private.CoreLib/src/System/AppContext.cs
src/System.Private.CoreLib/src/System/AppDomain.cs [deleted file]
src/System.Private.CoreLib/src/System/AppDomainUnloadedException.cs [deleted file]
src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMetadata.cs
src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
src/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs
src/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs
src/System.Private.CoreLib/src/System/Threading/Thread.cs
src/vm/appdomain.cpp
src/vm/appdomain.hpp
src/vm/clrprivtypecachewinrt.cpp
src/vm/comdelegate.cpp
src/vm/comsynchronizable.cpp
src/vm/comsynchronizable.h
src/vm/crossgencompile.cpp
src/vm/ecalllist.h
src/vm/excep.cpp
src/vm/exceptionhandling.cpp
src/vm/marshalnative.cpp
src/vm/marshalnative.h
src/vm/metasig.h
src/vm/mscorlib.h
src/vm/object.h
src/vm/rexcep.h
src/vm/threads.cpp