Imported Upstream version 6.4.0.137

Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-07-26 19:53:28 +00:00
parent e9207cf623
commit ef583813eb
2712 changed files with 74169 additions and 40587 deletions

View File

@@ -3,7 +3,8 @@
<assembly fullname="mscorlib">
<!-- domain.c: mono_defaults.appdomain_class -->
<type fullname="System.AppDomain" preserve="fields">
<type fullname="System.AppDomain">
<field name="_mono_app_domain" />
<!-- appdomain.c: mono_domain_try_type_resolve -->
<method name="DoTypeResolve" />
<!-- appdomain.c: mono_try_assembly_resolve -->
@@ -100,10 +101,14 @@
</type>
<!-- domain.c: mono_defaults.boolean_class -->
<type fullname="System.Boolean" preserve="fields" />
<type fullname="System.Boolean">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.byte_class -->
<type fullname="System.Byte" preserve="fields" />
<type fullname="System.Byte">
<field name="m_value"/>
</type>
<!-- exception.c" mono_get_exception_cannot_unload_appdomain (called by appdomain.c) -->
<type fullname="System.CannotUnloadAppDomainException">
@@ -112,7 +117,9 @@
</type>
<!-- domain.c: mono_defaults.char_class -->
<type fullname="System.Char" preserve="fields" />
<type fullname="System.Char">
<field name="m_value"/>
</type>
<!-- marshal.c: emit_marshal_vtype -->
<type fullname="System.DateTime" preserve="fields" />
@@ -153,7 +160,9 @@
</type>
<!-- domain.c: mono_defaults.double_class -->
<type fullname="System.Double" preserve="fields" />
<type fullname="System.Double">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.enum_class -->
<type fullname="System.Enum" preserve="fields" />
@@ -203,16 +212,24 @@
</type>
<!-- domain.c: mono_defaults.int16_class -->
<type fullname="System.Int16" preserve="fields" />
<type fullname="System.Int16">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.int32_class -->
<type fullname="System.Int32" preserve="fields" />
<type fullname="System.Int32">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.int64_class -->
<type fullname="System.Int64" preserve="fields" />
<type fullname="System.Int64">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.int_class -->
<type fullname="System.IntPtr" preserve="fields" />
<type fullname="System.IntPtr">
<field name="m_value"/>
</type>
<!-- exception.c (mono_get_exception_invalid_cast) -->
<type fullname="System.InvalidCastException">
@@ -284,6 +301,12 @@
<!-- mono_get_exception_not_implemented -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- mono-error.c (mono_error_set_ambiguous_implementation) -->
<type fullname="System.Runtime.AmbiguousImplementationException">
<!-- mono_error_set_ambiguous_implementation -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- appdomain.c (create_domain_objects) domain->null_reference_ex -->
<!-- exception.c (mono_get_exception_null_reference) -->
@@ -344,11 +367,16 @@
<!-- domain.c: mono_defaults.typehandle_class -->
<type fullname="System.RuntimeTypeHandle" preserve="fields" />
<!-- domain.c: mono_defaults.sbyte_class -->
<type fullname="System.SByte" preserve="fields" />
<type fullname="System.SByte">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.single_class -->
<type fullname="System.Single" preserve="fields" />
<type fullname="System.Single">
<field name="m_value"/>
</type>
<!-- appdomain.c (create_domain_objects) domain->stack_overflow_ex -->
<type fullname="System.StackOverflowException">
@@ -414,16 +442,24 @@
<type fullname="System.TypedReference" preserve="fields" />
<!-- domain.c: mono_defaults.uint16_class -->
<type fullname="System.UInt16" preserve="fields" />
<type fullname="System.UInt16">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.uint32_class -->
<type fullname="System.UInt32" preserve="fields" />
<type fullname="System.UInt32">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.uint64_class -->
<type fullname="System.UInt64" preserve="fields" />
<type fullname="System.UInt64">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.uint_class -->
<type fullname="System.UIntPtr" preserve="fields" />
<type fullname="System.UIntPtr">
<field name="m_value"/>
</type>
<!-- object.c: create_unhandled_exception_eventargs (assert) -->
<type fullname="System.UnhandledExceptionEventArgs">
@@ -562,9 +598,11 @@
</type>
<type fullname="System.Reflection.ParameterInfo" preserve="fields" />
<!-- reflection.c: ves_icall_get_parameter_info -->
<type fullname="System.Reflection.RuntimeParameterInfo" preserve="fields" >
<type fullname="System.Reflection.RuntimeParameterInfo" >
<!-- reflection.c mono_object_new_checked in event_object_construct -->
<method signature="System.Void .ctor()" />
<!-- reflection.c add_parameter_object_to_array -->
<method signature="System.Void .ctor(System.String,System.Type,System.Int32,System.Int32,System.Object,System.Reflection.MemberInfo,System.Runtime.InteropServices.MarshalAsAttribute)" />
</type>
<!-- object.c: mono_field_get_value_object and mono_runtime_invoke_array -->
@@ -638,7 +676,7 @@
<type fullname="System.Runtime.InteropServices.ICustomMarshaler" />
<!-- domain.c: mono_defaults.marshal_class -->
<type fullname="System.Runtime.InteropServices.Marshal" preserve="fields" >
<type fullname="System.Runtime.InteropServices.Marshal">
<!-- marshal.c (mono_marshal_get_struct_to_ptr) -->
<method name="StructureToPtr" />
</type>