AppContext moved to shared partition - CoreRT specific changes
authorJan Kotas <jkotas@microsoft.com>
Tue, 1 Jan 2019 20:31:41 +0000 (12:31 -0800)
committerJan Kotas <jkotas@microsoft.com>
Wed, 2 Jan 2019 05:24:35 +0000 (19:24 -1000)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/AppContext.cs

index 11760ad..9df7c8d 100644 (file)
@@ -70,7 +70,7 @@ namespace System
 
         public static event System.EventHandler ProcessExit;
 
-        private static void OnProcessExit()
+        internal static void OnProcessExit()
         {
             AssemblyLoadContext.OnProcessExit();