From: Stephen Toub Date: Wed, 13 Feb 2019 22:58:52 +0000 (-0500) Subject: Adjust corert for shared SafeHandle and EventRegistrationToken X-Git-Tag: accepted/tizen/unified/20190813.215958~61^2~257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87c28ebac2739d38a1de417d9b90b3f0f1c2b104;p=platform%2Fupstream%2Fcoreclr.git Adjust corert for shared SafeHandle and EventRegistrationToken Signed-off-by: dotnet-bot --- diff --git a/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs b/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs index 5962792..deef5b7 100644 --- a/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs +++ b/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs @@ -13,7 +13,7 @@ namespace System.Runtime.InteropServices // reliably guarantee handle release in the face of thread aborts. /// Represents a wrapper class for operating system handles. - 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,