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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-23 12:19:10 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-23 12:19:10 +0300
commit1d3400c4454bc7d28a174c63566c9fd7b3452436 (patch)
tree58f839b057d31174cc59481ce41513a92708806d
parentb4400f52debb737c545bae4ca4e9378ba9a19869 (diff)
Apply changes from https://github.com/mono/mono/pull/8690
-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 719fce4..892e2c8 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -6760,7 +6760,7 @@ namespace System.Collections.Generic
public abstract partial class EqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>, System.Collections.IEqualityComparer
{
protected EqualityComparer() { }
- public static System.Collections.Generic.EqualityComparer<T> Default { get { throw null; } }
+ public static System.Collections.Generic.EqualityComparer<T> Default { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]get { throw null; } }
public abstract bool Equals(T x, T y);
public abstract int GetHashCode(T obj);
bool System.Collections.IEqualityComparer.Equals(object x, object y) { throw null; }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 3aba0b5..3de0d5c 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -6731,7 +6731,7 @@ namespace System.Collections.Generic
public abstract partial class EqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>, System.Collections.IEqualityComparer
{
protected EqualityComparer() { }
- public static System.Collections.Generic.EqualityComparer<T> Default { get { throw null; } }
+ public static System.Collections.Generic.EqualityComparer<T> Default { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]get { throw null; } }
public abstract bool Equals(T x, T y);
public abstract int GetHashCode(T obj);
bool System.Collections.IEqualityComparer.Equals(object x, object y) { throw null; }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 74a3dfe..47c6fed 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -6793,7 +6793,7 @@ namespace System.Collections.Generic
public abstract partial class EqualityComparer<T> : System.Collections.Generic.IEqualityComparer<T>, System.Collections.IEqualityComparer
{
protected EqualityComparer() { }
- public static System.Collections.Generic.EqualityComparer<T> Default { get { throw null; } }
+ public static System.Collections.Generic.EqualityComparer<T> Default { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]get { throw null; } }
public abstract bool Equals(T x, T y);
public abstract int GetHashCode(T obj);
bool System.Collections.IEqualityComparer.Equals(object x, object y) { throw null; }