Refactor internal System.AppDomain out of CoreLib (dotnet/coreclr#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)
commitdbcea6b29704b1f485e569f90ee1906809a03119
tree43fcd92a69b16580625267ad3794a6188723992d
parent028c6f19eea36cf857c8d4feb0ecf54b4b78c45b
Refactor internal System.AppDomain out of CoreLib (dotnet/coreclr#21460)

Fixes dotnet/coreclr#21028

Commit migrated from https://github.com/dotnet/coreclr/commit/64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c
31 files changed:
src/coreclr/src/System.Private.CoreLib/Resources/Strings.resx
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/coreclr/src/System.Private.CoreLib/src/System/AppContext.cs
src/coreclr/src/System.Private.CoreLib/src/System/AppDomain.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/System/AppDomainUnloadedException.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMetadata.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.cs
src/coreclr/src/vm/appdomain.cpp
src/coreclr/src/vm/appdomain.hpp
src/coreclr/src/vm/clrprivtypecachewinrt.cpp
src/coreclr/src/vm/comdelegate.cpp
src/coreclr/src/vm/comsynchronizable.cpp
src/coreclr/src/vm/comsynchronizable.h
src/coreclr/src/vm/crossgencompile.cpp
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/excep.cpp
src/coreclr/src/vm/exceptionhandling.cpp
src/coreclr/src/vm/marshalnative.cpp
src/coreclr/src/vm/marshalnative.h
src/coreclr/src/vm/metasig.h
src/coreclr/src/vm/mscorlib.h
src/coreclr/src/vm/object.h
src/coreclr/src/vm/rexcep.h
src/coreclr/src/vm/threads.cpp
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs
src/libraries/System.Private.CoreLib/src/System/HResults.cs