1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854
|
<?xml version="1.0" encoding="utf-8" ?>
<linker>
<assembly fullname="mscorlib">
<!-- domain.c: mono_defaults.appdomain_class -->
<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 -->
<method name="DoAssemblyResolve" />
<!-- appdomain.c: mono_domain_fire_assembly_load -->
<method name="DoAssemblyLoad" />
<!-- appdomain.c: mono_domain_try_unload -->
<method name="DoDomainUnload" />
<!-- marshal.c: mono_remoting_marshal_init -->
<method name="InternalSetContext" />
<!-- System.Runtime.Remoting/RemotingServices.cs: GetDomainProxy(AppDomain domain) -->
<method name="GetMarshalledDomainObjRef" feature="remoting" />
</type>
<!-- appdomain.c: mono_runtime_init -->
<type fullname="System.AppDomainSetup" preserve="fields" >
<!-- appdomain.c mono_object_new_checked in mono_domain_create_appdomain_checked -->
<method signature="System.Void .ctor()" />
</type>
<!-- exception.c: mono_get_exception_appdomain_unloaded (used in several places), threadpool.c -->
<type fullname="System.AppDomainUnloadedException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- marshal.c: emit_marshal_custom (should not be used on devices)
<type fullname="System.ApplicationException" />
-->
<!-- exception.c (mono_get_exception_argument) -->
<type fullname="System.ArgumentException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
<!-- MONO_OBJECT_SETREF -->
<field name="param_name" />
</type>
<!-- exception.c (mono_get_exception_argument_null) -->
<type fullname="System.ArgumentNullException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- exception.c (mono_get_exception_argument_out_of_range) -->
<type fullname="System.ArgumentOutOfRangeException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- exception.c (mono_get_exception_arithmetic) -->
<type fullname="System.ArithmeticException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- domain.c: mono_defaults.array_class -->
<type fullname="System.Array">
<!-- InternalArray__%s_%s is used in aot-compiler.c -->
<method name="InternalArray__ICollection_get_Count" />
<method name="InternalArray__ICollection_get_IsReadOnly" />
<method name="InternalArray__IEnumerable_GetEnumerator" />
<method name="InternalArray__ICollection_Clear" />
<method name="InternalArray__ICollection_Add" />
<method name="InternalArray__ICollection_Remove" />
<method name="InternalArray__ICollection_Contains" />
<method name="InternalArray__ICollection_CopyTo" />
<method name="InternalArray__Insert" />
<method name="InternalArray__RemoveAt" />
<method name="InternalArray__IndexOf" />
<method name="InternalArray__get_Item" />
<method name="InternalArray__set_Item" />
<method name="InternalArray__IReadOnlyList_get_Item" />
<method name="InternalArray__IReadOnlyCollection_get_Count" />
</type>
<!-- mono/metadata/exception.c mono/metadata/marshal.c ... -->
<!-- exception.c (mono_get_exception_array_type_mismatch) -->
<type fullname="System.ArrayTypeMismatchException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- domain.c: mono_defaults.attribute_class -->
<!-- used in reflection.c to create array of attributes (no need to preserve everything beside the type itself) -->
<type fullname="System.Attribute" preserve="nothing" />
<!-- exception.c / mono-error.c -->
<type fullname="System.BadImageFormatException">
<!-- mono_get_exception_bad_image_format / mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
<!-- mono_get_exception_bad_image_format2 / mono_exception_from_name_two_strings -->
<method signature="System.Void .ctor(System.String,System.String)" />
</type>
<!-- domain.c: mono_defaults.boolean_class -->
<type fullname="System.Boolean">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.byte_class -->
<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">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- domain.c: mono_defaults.char_class -->
<type fullname="System.Char">
<field name="m_value"/>
</type>
<!-- marshal.c: emit_marshal_vtype -->
<type fullname="System.DateTime" preserve="fields" />
<!-- reflection.c: mono_get_dbnull_object / comment: Used as the value for ParameterInfo.DefaultValue -->
<type fullname="System.DBNull">
<field name="Value" />
</type>
<!-- domain.c: mono_defaults.delegate_class -->
<type fullname="System.Delegate" preserve="fields" />
<!-- domain.c: mono_defaults.stack_frame_class -->
<!-- used in mini-exceptions.c to create array and MonoStackFrame instance, i.e. only fields are required to be preserved -->
<type fullname="System.Diagnostics.StackFrame" preserve="fields" >
<!-- threads.c mono_object_new_checked in mono_threads_get_thread_dump -->
<method signature="System.Void .ctor()" />
</type>
<!-- debugger-agent.c: create_event_list -->
<type fullname="System.Diagnostics.DebuggerNonUserCodeAttribute"/>
<type fullname="System.Diagnostics.DebuggerHiddenAttribute"/>
<type fullname="System.Diagnostics.DebuggerStepThroughAttribute"/>
<!-- exception.c (mono_get_exception_divide_by_zero) -->
<type fullname="System.DivideByZeroException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- loader.c: returned (as a string) from mono_lookup_pinvoke_call and used in
icall.c: prelink_method / mono_exception_from_name_msg
marshal.c: mono_delegate_to_ftnptr and mono_marshal_get_native_wrapper
-->
<type fullname="System.DllNotFoundException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- domain.c: mono_defaults.double_class -->
<type fullname="System.Double">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.enum_class -->
<type fullname="System.Enum" preserve="fields" />
<!-- loader.c: returned (as a string) from mono_lookup_pinvoke_call and used in … -->
<type fullname="System.EntryPointNotFoundException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<type fullname="System.Environment">
<!-- appdomain.c: mono_get_corlib_version -->
<field name="mono_corlib_version" />
<method name="get_StackTrace" />
</type>
<!-- domain.c: mono_defaults.exception_class and fields are defined in object-internals.h -->
<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) -->
<type fullname="System.ExecutionEngineException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<type fullname="System.FieldAccessException">
<!-- exception.c: mono_get_exception_field_access / mono_exception_from_name -->
<method signature="System.Void .ctor()" />
<!-- exception.c: mono_get_exception_field_access_msg / mono_exception_from_name_msg -->
<!-- mini.c (mono_jit_compiler_method_inner) mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<type fullname="System.FormatException">
<!-- icall.c (base64_to_byte_array) mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- exception.c: mono_get_exception_index_out_of_range - used by many in icall.c and in socket-io.c -->
<type fullname="System.IndexOutOfRangeException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- domain.c: mono_defaults.int16_class -->
<type fullname="System.Int16">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.int32_class -->
<type fullname="System.Int32">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.int64_class -->
<type fullname="System.Int64">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.int_class -->
<type fullname="System.IntPtr">
<field name="m_value"/>
</type>
<!-- exception.c (mono_get_exception_invalid_cast) -->
<type fullname="System.InvalidCastException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- marshal.c: emit several times using mono_mb_emit_exception_full -->
<!-- exception.c (mono_get_exception_invalid_operation) -->
<type fullname="System.InvalidOperationException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- mini.c: mono_jit_compile_method_inner (looks like one case is JITted, AOT too) -->
<type fullname="System.InvalidProgramException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- reflection.c mono_get_reflection_missing_object -->
<type fullname="System.Reflection.Missing">
<field name="Value" />
</type>
<type fullname="System.MarshalByRefObject" preserve="fields" feature="remoting" />
<type fullname="System.MethodAccessException">
<!-- exception.c: mono_get_exception_method_access / mono_exception_from_name -->
<method signature="System.Void .ctor()" />
<!-- exception.c: mono_get_exception_method_access_msg / mono_exception_from_name_msg -->
<!-- mini.c (mono_jit_compiler_method_inner) mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- mini.c (mono_jit_compiler_method_inner) / mono-error.c -->
<type fullname="System.MissingFieldException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<type fullname="System.MissingMethodException">
<!-- mini.c (mono_jit_compiler_method_inner) mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- threadpool.c: mono_thread_pool_init (assert) -->
<type fullname="System.MonoAsyncCall" preserve="fields" >
<!-- threadpool.c mono_object_new_checked in mono_threadpool_begin_invoke -->
<method signature="System.Void .ctor()" />
</type>
<!-- mono-mlist.c (managed list): used in threadpool.c and gc.c -->
<type fullname="System.MonoListItem" preserve="fields" />
<!-- domain.c: mono_defaults.type_class -->
<type fullname="System.MonoType" preserve="nothing" />
<!-- domain.c: mono_defaults.multicastdelegate_class -->
<type fullname="System.MulticastDelegate" preserve="fields" />
<!-- exception.c (mono_get_exception_not_implemented) -->
<type fullname="System.NotImplementedException">
<!-- mono_get_exception_not_implemented -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- exception.c (mono_get_exception_not_supported) -->
<type fullname="System.NotSupportedException">
<!-- mono_get_exception_not_implemented -->
<method signature="System.Void .ctor(System.String)" />
</type>
<type fullname="System.PlatformNotSupportedException">
<!-- mono_error_set_platform_not_supported -->
<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) -->
<type fullname="System.NullReferenceException">
<!-- exception.c: mono_exception_from_name -->
<method signature="System.Void .ctor()" />
<!-- appdomain.c: mono_exception_from_name_two_strings (only one string in the signature since NULL is used as the 2nd parameter) -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- domain.c: mono_defaults.nullable_class -->
<type fullname="System.Nullable`1" preserve="fields">
<!-- method-to-ir.c (handle_box) -->
<method name="Box" />
<!-- method-to-ir.c (handle_unbox_nullable) -->
<method name="Unbox" />
<!-- method-to-ir.c (handle_unbox_nullable) -->
<method name="UnboxExact" />
</type>
<!-- domain.c: mono_defaults.object_class -->
<type fullname="System.Object">
<!-- class.c: initialize_object_slots -->
<method name="Finalize" />
<method name="GetHashCode" />
<!-- needed for debugging -->
<method name="obj_address" />
<!-- TransparentProxy.cs, RemotingServices.cs -->
<method name="FieldGetter" feature="remoting" />
<method name="FieldSetter" feature="remoting" />
<!-- appdomain.c mono_object_new_checked in create_domain_objects -->
<method signature="System.Void .ctor()" />
</type>
<!-- appdomain.c (create_domain_objects) domain->out_of_memory_ex -->
<type fullname="System.OutOfMemoryException">
<!-- mono_exception_from_name_two_strings (only one string in the signature since NULL is used as the 2nd parameter) -->
<method signature="System.Void .ctor(System.String)" />
<!-- exception.c: mono_get_exception_out_of_memory / mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- exception.c (mono_get_exception_overflow) -->
<type fullname="System.OverflowException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- domain.c: mono_defaults.argumenthandle_class -->
<type fullname="System.RuntimeArgumentHandle" preserve="fields" />
<!-- domain.c: mono_defaults.typefield_class -->
<type fullname="System.RuntimeFieldHandle" preserve="fields" />
<!-- domain.c: mono_defaults.methodhandle_class -->
<type fullname="System.RuntimeMethodHandle" preserve="fields" />
<!-- domain.c: mono_defaults.runtimetype_class -->
<type fullname="System.RuntimeType" preserve="fields" />
<!-- domain.c: mono_defaults.typehandle_class -->
<type fullname="System.RuntimeTypeHandle" preserve="fields" />
<!-- domain.c: mono_defaults.sbyte_class -->
<type fullname="System.SByte">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.single_class -->
<type fullname="System.Single">
<field name="m_value"/>
</type>
<!-- appdomain.c (create_domain_objects) domain->stack_overflow_ex -->
<type fullname="System.StackOverflowException">
<!-- mono_exception_from_name_two_strings (only one string in the signature since NULL is used as the 2nd parameter) -->
<method signature="System.Void .ctor(System.String)" />
<!-- exception.c: mono_get_exception_stack_overflow / mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- object.c: mono_runtime_exec_main -->
<type fullname="System.STAThreadAttribute" />
<!-- domain.c: mono_defaults.string_class -->
<type fullname="System.String" preserve="fields">
<!-- method-to-ir.c: mini_redirect_call -->
<method name="FastAllocateString" />
<!-- method-to-it.c: mini_emit_initobj -->
<method name="memset" />
<!-- mini-generic-sharing.c: class_type_info
All patterns bellow
-->
<method name="bzero" />
<method name="bzero_aligned_1" />
<method name="bzero_aligned_2" />
<method name="bzero_aligned_4" />
<method name="bzero_aligned_8" />
<method name="memcpy" />
<method name="memcpy_aligned_1" />
<method name="memcpy_aligned_2" />
<method name="memcpy_aligned_4" />
<method name="memcpy_aligned_8" />
</type>
<!-- socket-io.c: created/raised several time -->
<type fullname="System.SystemException">
<!-- mono_exception_from_nameg -->
<method signature="System.Void .ctor()" />
</type>
<!-- domain.c: mono_defaults.systemtype_class -->
<type fullname="System.Type">
<!-- marshal.c (mono_marshal_get_synchronized_wrapper) -->
<method name="GetTypeFromHandle" />
<!-- sre.c (mono_reflection_type_get_underlying_system_type) -->
<method name="get_UnderlyingSystemType" feature="sre" />
</type>
<!-- exception.c (mono_get_exception_type_initialization) -->
<type fullname="System.TypeInitializationException">
<!-- iterates to find the (only) 2 paramaters .ctor -->
<method signature="System.Void .ctor(System.String,System.Exception)" />
</type>
<!-- exception.c (mono_get_exception_type_load) -->
<type fullname="System.TypeLoadException">
<!-- mini.c (mono_jit_compiler_method_inner) mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
<!-- mono_exception_from_name_two_strings -->
<method signature="System.Void .ctor(System.String,System.String)" />
</type>
<!-- domain.c: mono_defaults.typed_reference_class -->
<type fullname="System.TypedReference" preserve="fields" />
<!-- domain.c: mono_defaults.uint16_class -->
<type fullname="System.UInt16">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.uint32_class -->
<type fullname="System.UInt32">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.uint64_class -->
<type fullname="System.UInt64">
<field name="m_value"/>
</type>
<!-- domain.c: mono_defaults.uint_class -->
<type fullname="System.UIntPtr">
<field name="m_value"/>
</type>
<!-- object.c: create_unhandled_exception_eventargs (assert) -->
<type fullname="System.UnhandledExceptionEventArgs">
<method signature="System.Void .ctor(System.Object,System.Boolean)" />
</type>
<!-- class.c: make_generic_param_class -->
<type fullname="System.ValueType" preserve="nothing" />
<!-- comiterop.c -->
<type fullname="System.Variant" preserve="fields" feature="com">
<method name="Clear" />
</type>
<!-- icall.c: create_version is used by
* ves_icall_System_Reflection_Assembly_GetReferencedAssemblies
* fill_reflection_assembly_name
* ves_icall_System_Reflection_Assembly_FillName
* ves_icall_System_Reflection_Assembly_InternalGetAssemblyName
* ves_icall_System_Reflection_AssemblyName_ParseName
-->
<type fullname="System.Version">
<method signature="System.Void .ctor(System.Int32,System.Int32,System.Int32,System.Int32)" />
</type>
<!-- domain.c: mono_defaults.void_class -->
<type fullname="System.Void" preserve="nothing" />
<!-- comiterop.c -->
<type fullname="System.__ComObject" feature="com" />
<!-- class.c: generic_array_methods -->
<type fullname="System.Collections.Generic.ICollection`1" />
<type fullname="System.Collections.Generic.IEnumerable`1" />
<type fullname="System.Collections.Generic.IReadOnlyList`1" />
<type fullname="System.Collections.Generic.IReadOnlyCollection`1" />
<!-- domain.c: mono_defaults.generic_ilist_class -->
<type fullname="System.Collections.Generic.IList`1" />
<!-- aot-compiler.c: add_generic_instances and add_generic_class_with_depth -->
<type fullname="System.Collections.Generic.GenericEqualityComparer`1">
<method name=".ctor" />
</type>
<!-- aot-compiler.c: add_generic_instances and add_generic_class_with_depth -->
<type fullname="System.Collections.Generic.GenericComparer`1">
<method name=".ctor" />
</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" />
<type fullname="System.Globalization.CultureInfo" preserve="fields" />
<type fullname="System.Globalization.NumberFormatInfo" preserve="fields" />
<type fullname="System.Globalization.RegionInfo" preserve="fields" />
<type fullname="System.Globalization.SortKey" preserve="fields" />
<type fullname="System.IO.FileNotFoundException">
<!-- mini.c (mono_jit_compiler_method_inner) mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
<!-- exception.c (mono_get_exception_file_not_found and mono_get_exception_file_not_found) -->
<!-- mono_exception_from_name_two_strings -->
<method signature="System.Void .ctor(System.String,System.String)" />
</type>
<!-- exception.c (mono_get_exception_io) -->
<type fullname="System.IO.IOException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- fileio.h: shared structure between the managed and unmanaged worlds -->
<type fullname="System.IO.MonoIOStat" preserve="fields" />
<!-- appdomain.c: ves_icall_System_AppDomain_GetAssemblies -->
<type fullname="System.Reflection.Assembly" preserve="fields"/>
<type fullname="System.Reflection.EventInfo" preserve="fields">
<method name="AddEventFrame" />
<method name="StaticAddEventAdapterFrame" />
</type>
<!-- reflection.c: mono_method_body_get_object -->
<type fullname="System.Reflection.ExceptionHandlingClause" preserve="fields" >
<!-- reflection.c mono_object_new_checked in add_exception_handling_clause_to_array -->
<method signature="System.Void .ctor()" />
</type>
<!-- domain.c: mono_defaults.field_info_class -->
<type fullname="System.Reflection.FieldInfo" preserve="nothing" />
<!-- reflection.c: mono_method_body_get_object -->
<type fullname="System.Reflection.LocalVariableInfo" preserve="fields" >
<!-- reflection.c mono_object_new_checked in add_local_var_info_to_array -->
<method signature="System.Void .ctor()" />
</type>
<!-- domain.c: mono_defaults.method_info_class -->
<type fullname="System.Reflection.MethodInfo" preserve="nothing" />
<type fullname="System.Reflection.Module" preserve="fields" />
<type fullname="System.Reflection.RuntimeAssembly">
<method name=".ctor" />
</type>
<type fullname="System.Reflection.RuntimeModule">
<method name=".ctor" />
</type>
<type fullname="System.Reflection.RuntimeConstructorInfo" preserve="fields" >
<!-- reflection.c mono_object_new_checked in method_object_construct -->
<method signature="System.Void .ctor()" />
</type>
<type fullname="System.Reflection.MonoEventInfo" preserve="fields" />
<type fullname="System.Reflection.RuntimeEventInfo" preserve="fields" >
<!-- reflection.c mono_object_new_checked in event_object_construct -->
<method signature="System.Void .ctor()" />
</type>
<type fullname="System.Reflection.RuntimeFieldInfo" preserve="fields" >
<!-- reflection.c mono_object_new_checked in field_object_construct -->
<method signature="System.Void .ctor()" />
</type>
<type fullname="System.Reflection.RuntimeMethodInfo" preserve="fields" >
<!-- reflection.c mono_object_new_checked in method_object_construct -->
<method signature="System.Void .ctor()" />
</type>
<type fullname="System.Reflection.MonoMethodInfo" preserve="fields" />
<type fullname="System.Reflection.MonoPropertyInfo" preserve="fields" />
<type fullname="System.Reflection.RuntimePropertyInfo" preserve="fields">
<method name="GetterAdapterFrame" />
<method name="StaticGetterAdapterFrame" />
<!-- reflection.c mono_object_new_checked in add_parameter_object_to_array -->
<method signature="System.Void .ctor()" />
</type>
<type fullname="System.Reflection.ParameterInfo" preserve="fields" />
<!-- reflection.c: ves_icall_get_parameter_info -->
<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 -->
<type fullname="System.Reflection.Pointer" >
<method name="Box" />
</type>
<!-- exception.c (mono_get_exception_reflection_type_load) -->
<type fullname="System.Reflection.ReflectionTypeLoadException">
<method signature="System.Void .ctor(System.Type[],System.Exception[])" />
</type>
<!-- icall.c: ves_icall_InternalInvoke -->
<type fullname="System.Reflection.TargetException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- icall.c: ves_icall_InternalInvoke -->
<type fullname="System.Reflection.TargetParameterCountException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<type fullname="System.Reflection.Emit.AssemblyBuilder" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ConstructorBuilder" preserve="fields" feature="sre"/>
<type fullname="System.Reflection.Emit.DynamicMethod" preserve="fields" feature="sre" />
<!-- mono_dynamic_image_register_token -->
<type fullname="System.Reflection.Emit.EnumBuilder" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.EventBuilder" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.FieldBuilder" preserve="fields" feature="sre" />
<type
fullname="System.Reflection.Emit.GenericTypeParameterBuilder" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ILExceptionBlock" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ILExceptionInfo" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ILGenerator" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.LocalBuilder" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.MethodBuilder" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ModuleBuilder" preserve="fields" feature="sre">
</type>
<type fullname="System.Reflection.Emit.MonoResource" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.MonoWin32Resource" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ParameterBuilder" preserve="nothing" feature="sre" />
<type fullname="System.Reflection.Emit.PropertyBuilder" preserve="nothing" feature="sre" />
<type fullname="System.Reflection.Emit.SignatureHelper" preserve="nothing" feature="sre" />
<type fullname="System.Reflection.Emit.TypeBuilder" preserve="fields" feature="sre">
<method name="SetCharSet" feature="sre" />
<!-- reflection.c mono_reflection_call_is_assignable_to () -->
<method name="IsAssignableTo" feature="sre" />
</type>
<type fullname="System.Reflection.Emit.ArrayType" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ByRefType" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.PointerType" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.FieldOnTypeBuilderInst" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.MethodOnTypeBuilderInst" preserve="fields" feature="sre" />
<type fullname="System.Reflection.Emit.ConstructorOnTypeBuilderInst" preserve="fields" feature="sre" />
<!-- exception.c: mono_get_exception_runtime_wrapped () -->
<type fullname="System.Runtime.CompilerServices.RuntimeWrappedException">
<method signature="System.Void .ctor(System.Object)" />
</type>
<!-- icall.c | object-internal.h: MonoReflectionDllImportAttribute structure -->
<type fullname="System.Runtime.InteropServices.DllImportAttribute" preserve="fields"/>
<!-- marshal.c: emit_marshal_custom (DISABLE_JIT is not defined for the AOT compiler, only the ARM runtimes) -->
<type fullname="System.Runtime.InteropServices.ICustomMarshaler" />
<!-- domain.c: mono_defaults.marshal_class -->
<type fullname="System.Runtime.InteropServices.Marshal">
<!-- marshal.c (mono_marshal_get_struct_to_ptr) -->
<method name="StructureToPtr" />
</type>
<!-- domain.c: mono_defaults.safehandle_class -->
<type fullname="System.Runtime.InteropServices.SafeHandle" preserve="fields">
<!-- marshal.c (init_safe_handle) -->
<method name="DangerousAddRef" />
<method name="DangerousRelease" />
</type>
<!-- marshal.c: mono_mb_emit_exception_marshal_directive -->
<type fullname="System.Runtime.InteropServices.MarshalDirectiveException">
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- appdomain.c: mono_context_init -->
<!-- marshal.c: mono_remoting_marshal_init / removed with DISABLE_REMOTING -->
<type fullname="System.Runtime.Remoting.Contexts.Context" preserve="fields" feature="remoting" >
<method name="get_NeedsContextSink" />
</type>
<!-- domain.c: mono_defaults.iremotingtypeinfo_class / removed with DISABLE_REMOTING -->
<type fullname="System.Runtime.Remoting.IRemotingTypeInfo" feature="remoting">
<method name="CanCastTo" />
</type>
<!-- domain.c: mono_defaults.asyncresult_class (Stubify can't be applied on this type) -->
<!-- object.c MONO_OBJECT_SETREF in mono_async_result_new -->
<!-- threadpool.c: MONO_OBJECT_SETREF in create_simple_asyncresult -->
<type fullname="System.Runtime.Remoting.Messaging.AsyncResult" preserve="fields" >
<!-- object.c mono_object_new_checked in mono_async_result_new -->
<method signature="System.Void .ctor()" />
</type>
<!-- marshal.c: mono_remoting_marshal_init / removed with DISABLE_REMOTING -->
<type fullname="System.Runtime.Remoting.Messaging.CallContext" feature="remoting" >
<method name="SetCurrentCallContext" />
</type>
<!-- domain.c: mono_defaults.mono_method_message_class -->
<type fullname="System.Runtime.Remoting.Messaging.MonoMethodMessage" preserve="fields">
<!-- object.c: mono_message_init -->
<method name="InitMessage" />
<!-- marshal.c mono_object_new_checked in mono_delegate_end_invoke-->
<method name=".ctor" feature="remoting" />
</type>
<!-- domain.c: mono_defaults.real_proxy_class / removed with DISABLE_REMOTING -->
<type fullname="System.Runtime.Remoting.Proxies.RealProxy" preserve="fields" feature="remoting" >
<method name="PrivateInvoke" />
<method name="GetAppDomainTarget" />
<!-- object.c mono_object_new_checked in make_transparent_proxy-->
<method name=".ctor" feature="remoting" />
</type>
<!-- domain.c: mono_defaults.transparent_proxy_class / removed with DISABLE_REMOTING -->
<type fullname="System.Runtime.Remoting.Proxies.TransparentProxy" preserve="fields" feature="remoting" >
<method name="LoadRemoteFieldNew" />
<method name="StoreRemoteField" />
<!-- icall.c mono_object_new_checked in ves_icall_Remoting_RealProxy_GetTransparentProxy -->
<method signature="System.Void .ctor()" feature="remoting" />
</type>
<type fullname="System.Runtime.Remoting.RemotingServices" feature="remoting" >
<method name="SerializeCallData" />
<method name="DeserializeCallData" />
<method name="SerializeExceptionData" />
</type>
<!-- object.c: mono_object_new_specific_checked -->
<type fullname="System.Runtime.Remoting.Activation.ActivationServices" feature="remoting">
<method name="CreateProxyForType"/>
</type>
<!-- exception.c (mono_get_exception_serialization) -->
<type fullname="System.Runtime.Serialization.SerializationException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- domain.c: mono_defaults.executioncontext_class -->
<type fullname="System.Threading.ExecutionContext">
<!-- security-manager.c: mono_get_context_capture_method (can likely be removed) -->
<method name="Capture" />
</type>
<!-- aot-runtime.c: mono_aot_get_method -->
<type fullname="System.Threading.Interlocked">
<method name="CompareExchange" />
<method name="Exchange" />
</type>
<!-- domain.c: mono_defaults.monitor_class -->
<!-- monitor.c / method-to-ir.c: Enter and Exit are only string comparison (safe to link) -->
<type fullname="System.Threading.Monitor">
<!-- marshal.c: mono_marshal_get_synchronized_wrapper-->
<method name="Enter" />
<method name="Exit" />
</type>
<!-- domain.c: mono_defaults.manualresetevent_class -->
<type fullname="System.Threading.ManualResetEvent" >
<!-- runtime access fields and setter from inherited WaitHandle -->
<method signature="System.Void .ctor(System.Boolean)" />
</type>
<!-- exception.c (mono_get_exception_synchronization_lock) -->
<type fullname="System.Threading.SynchronizationLockException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- domain.c: mono_defaults.thread_class -->
<type fullname="System.Threading.Thread" preserve="fields">
<method name="get_CurrentContext" />
</type>
<!-- domain.c: mono_defaults.internal_thread_class -->
<type fullname="System.Threading.InternalThread" preserve="fields" />
<!-- domain.c: mono_defaults.threadabortexception_class -->
<!-- exception.c (mono_get_exception_thread_abort) -->
<type fullname="System.Threading.ThreadAbortException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- exception.c (ThreadInterruptedException) -->
<type fullname="System.Threading.ThreadInterruptedException">
<!-- mono_exception_from_name -->
<method signature="System.Void .ctor()" />
</type>
<!-- exception.c (mono_get_exception_thread_abort) -->
<type fullname="System.Threading.ThreadStateException">
<!-- mono_exception_from_name_msg -->
<method signature="System.Void .ctor(System.String)" />
</type>
<!-- object-internals.h: defines MonoWaitHandle, threadpool.c: gets the handle from the structure -->
<type fullname="System.Threading.WaitHandle" preserve="fields">
<!-- object.c: mono_wait_handle_new -->
<method name="set_Handle" />
<!-- object.c: mono_wait_handle_get_handle -->
<field name="safe_wait_handle" />
</type>
<!-- threadpool-ms.c (worker_thread) -->
<type fullname="System.Threading._ThreadPoolWaitCallback">
<method name="PerformWaitCallback"/>
</type>
<!-- cominterop.c -->
<type fullname="Mono.Interop.ComInteropProxy" feature="com" />
<type fullname="Mono.Interop.IDispatch" feature="com" />
<type fullname="Mono.Interop.IUnknown" feature="com"/>
<!--
Many applications rely on Mono.Runtime to exist in order to detect
whether they are running on Mono or .NET. Thus we always preserve it
to allow such detection logic to work, even if the class is not used
directly.
-->
<type fullname="Mono.Runtime" preserve="nothing" />
<type fullname="System.Threading.WasmRuntime"/>
<!-- mini-generic-sharing.c -->
<type fullname="Mono.ValueTuple" preserve="fields"/>
<type fullname="Mono.ValueTuple`1" preserve="fields"/>
<type fullname="Mono.ValueTuple`2" preserve="fields"/>
<type fullname="Mono.ValueTuple`3" preserve="fields"/>
<type fullname="Mono.ValueTuple`4" preserve="fields"/>
<type fullname="Mono.ValueTuple`5" preserve="fields"/>
</assembly>
</linker>
|