Add reflection root for DataTableMappingConverter (dotnet/corefx#39432)
authorSven Boemer <sbomer@gmail.com>
Fri, 12 Jul 2019 23:36:36 +0000 (16:36 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 12 Jul 2019 23:36:36 +0000 (16:36 -0700)
Used via TypeConverterAttribute.
Caught while investigating linker diffs.

Commit migrated from https://github.com/dotnet/corefx/commit/8f5b5f9977f724432ac02ab9645621ddcf34e590

src/libraries/System.Data.Common/src/ILLinkTrim.xml

index 0a68ae9..3a418f2 100644 (file)
@@ -32,5 +32,9 @@
       <!-- Instantiated via reflection -->
       <method name=".ctor" />
     </type>
+    <type fullname="System.Data.Common.DataTableMapping/DataTableMappingConverter">
+      <!-- Instantiated via reflection -->
+      <method name=".ctor" />
+    </type>
   </assembly>
 </linker>