From 0a8aa9b2742422fe66767bf7c068cca979b45ed4 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Fri, 12 Jul 2019 16:36:36 -0700 Subject: [PATCH] Add reflection root for DataTableMappingConverter (dotnet/corefx#39432) 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libraries/System.Data.Common/src/ILLinkTrim.xml b/src/libraries/System.Data.Common/src/ILLinkTrim.xml index 0a68ae9..3a418f2 100644 --- a/src/libraries/System.Data.Common/src/ILLinkTrim.xml +++ b/src/libraries/System.Data.Common/src/ILLinkTrim.xml @@ -32,5 +32,9 @@ + + + + -- 2.7.4