From a7fe7a86f4f9b66b137a329693675d0d7ee15424 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Sun, 31 Mar 2019 10:04:24 +0000 Subject: Apply changes from https://github.com/mono/mono/pull/13712 to API snapshot --- profiles/monodroid/mscorlib.cs | 2 +- profiles/monotouch/mscorlib.cs | 2 +- profiles/net_4_x/mscorlib.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'profiles') diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs index a8e6235..6834b2d 100644 --- a/profiles/monodroid/mscorlib.cs +++ b/profiles/monodroid/mscorlib.cs @@ -24716,7 +24716,7 @@ namespace System.Threading [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)][System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)] public static long Increment(ref long location) { throw null; } public static void MemoryBarrier() { } - public static void MemoryBarrierProcessWide() { } + [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void MemoryBarrierProcessWide() { } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long Read(ref long location) { throw null; } } [System.CLSCompliantAttribute(false)] diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs index 8027220..54ddb1b 100644 --- a/profiles/monotouch/mscorlib.cs +++ b/profiles/monotouch/mscorlib.cs @@ -23930,7 +23930,7 @@ namespace System.Threading [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)][System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)] public static long Increment(ref long location) { throw null; } public static void MemoryBarrier() { } - public static void MemoryBarrierProcessWide() { } + [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void MemoryBarrierProcessWide() { } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long Read(ref long location) { throw null; } } [System.CLSCompliantAttribute(false)] diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs index 846dd81..eb3160f 100644 --- a/profiles/net_4_x/mscorlib.cs +++ b/profiles/net_4_x/mscorlib.cs @@ -24862,7 +24862,7 @@ namespace System.Threading [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)][System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)] public static long Increment(ref long location) { throw null; } public static void MemoryBarrier() { } - public static void MemoryBarrierProcessWide() { } + [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void MemoryBarrierProcessWide() { } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long Read(ref long location) { throw null; } } [System.CLSCompliantAttribute(false)] -- cgit v1.2.3