Refactor AppDomain.IsAppXModel and a few other AppDomain methods (dotnet/coreclr...
authorJan Kotas <jkotas@microsoft.com>
Sat, 24 Nov 2018 15:00:36 +0000 (07:00 -0800)
committerGitHub <noreply@github.com>
Sat, 24 Nov 2018 15:00:36 +0000 (07:00 -0800)
commite3c84a35af910ce2cc537f522a4178c0651d5382
treee102ace168230292bb01a4e11ed35c7cc936f6ad
parent55000685718c7779f8badc90b9b009a0f1c296f2
Refactor AppDomain.IsAppXModel and a few other AppDomain methods (dotnet/coreclr#21181)

Contributes to dotnet/coreclr#21028

Commit migrated from https://github.com/dotnet/coreclr/commit/5be7421c75b2bea031ecac44a9c8e304eb4d1850
19 files changed:
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/AppDomain.cs
src/coreclr/src/System.Private.CoreLib/src/System/ApplicationModel.Windows.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Environment.cs
src/coreclr/src/System.Private.CoreLib/src/System/Exception.cs
src/coreclr/src/System.Private.CoreLib/src/System/Globalization/CultureInfo.Windows.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs
src/coreclr/src/System.Private.CoreLib/src/System/Resources/ResourceManager.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMarshal.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.cs
src/coreclr/src/System.Private.CoreLib/src/System/__ComObject.cs
src/coreclr/src/vm/appdomainnative.cpp
src/coreclr/src/vm/appdomainnative.hpp
src/coreclr/src/vm/assembly.hpp
src/coreclr/src/vm/ecalllist.h