Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-03-31 13:04:24 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-31 13:04:24 +0300
commita7fe7a86f4f9b66b137a329693675d0d7ee15424 (patch)
treee0573313ddaed02249139533c2ba7ae459e8b67e
parent602bcfdd6dc58e418f9c97c0b8ebda484a3e0f54 (diff)
Apply changes from https://github.com/mono/mono/pull/13712 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs2
-rw-r--r--profiles/monotouch/mscorlib.cs2
-rw-r--r--profiles/net_4_x/mscorlib.cs2
3 files changed, 3 insertions, 3 deletions
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)]