Imported Upstream version 5.12.0.220

Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-04-24 09:31:23 +00:00
parent 8bd104cef2
commit 8fc30896db
1200 changed files with 29534 additions and 26161 deletions

View File

@ -171,6 +171,7 @@
<type fullname="System.Exception" preserve="fields">
<!-- used in mini-exceptions.c (if trace is enabled) -->
<method name="get_Message" />
<method name="FixRemotingException" feature="remoting" />
</type>
<!-- exception.c (mono_get_exception_execution_engine) -->
@ -229,6 +230,9 @@
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- reflection.c mono_get_reflection_missing_object -->
<type fullname="System.Missing" preserve="fields" />
<type fullname="System.MarshalByRefObject" preserve="fields" feature="remoting" />
<type fullname="System.MethodAccessException">
@ -464,6 +468,11 @@
<method name=".ctor" />
</type>
<!-- console-unix.c: do_console_cancel_event -->
<type fullname="System.Console">
<method name="DoConsoleCancelEventInBackground" />
</type>
<!-- icalls - but (at least parts of them) are used thru interfaces at runtime and cannot be linked out -->
<type fullname="System.Globalization.DateTimeFormatInfo" preserve="fields" />
<type fullname="System.Globalization.CompareInfo" preserve="fields" />