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>2017-10-03 13:22:27 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2017-10-03 13:22:27 +0300
commitc1a7bd7e026c9280fcd9825227d7ddde67255e00 (patch)
tree44f0add85f36a669d7acf8831f10652dd7d80139
parent135d9e56477ab0150192e6fabb70a203576c6a0c (diff)
Apply changes from https://github.com/mono/mono/pull/5674 to API snapshot2017-08
-rw-r--r--profiles/net_4_x/PEAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/PEAPI.cs b/profiles/net_4_x/PEAPI.cs
index 014b536..431c832 100644
--- a/profiles/net_4_x/PEAPI.cs
+++ b/profiles/net_4_x/PEAPI.cs
@@ -473,6 +473,7 @@ namespace PEAPI
}
public enum ImplAttr
{
+ AggressiveInlining = 256,
ForwardRef = 16,
IL = 0,
InternalCall = 4096,