Adjust corert for shared SafeHandle and EventRegistrationToken
authorStephen Toub <stoub@microsoft.com>
Wed, 13 Feb 2019 22:58:52 +0000 (17:58 -0500)
committerJan Kotas <jkotas@microsoft.com>
Thu, 14 Feb 2019 21:34:56 +0000 (13:34 -0800)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs

index 5962792..deef5b7 100644 (file)
@@ -13,7 +13,7 @@ namespace System.Runtime.InteropServices
     // reliably guarantee handle release in the face of thread aborts.
 
     /// <summary>Represents a wrapper class for operating system handles.</summary>
-    public abstract class SafeHandle : CriticalFinalizerObject, IDisposable
+    public abstract partial class SafeHandle : CriticalFinalizerObject, IDisposable
     {
         // IMPORTANT:
         // - Do not add or rearrange fields as the EE depends on this layout,