From ef3629a5d579e3dde5d1097ae27b5da8ebcb99ef Mon Sep 17 00:00:00 2001 From: Pallavi Taneja Date: Wed, 15 Apr 2015 16:38:11 -0700 Subject: [PATCH] This change makes System.Runtime.InteropServices.FormatterSerives public and __DynamicallyInvokable to unblock serialization engine that reflects on this type during deserializatoin. This is import to unblock the F5 debugging using coreclr bits. [tfs-changeset: 1453460] --- src/mscorlib/model.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mscorlib/model.xml b/src/mscorlib/model.xml index 46b5af4..9d16b8c 100644 --- a/src/mscorlib/model.xml +++ b/src/mscorlib/model.xml @@ -10582,8 +10582,8 @@ - - + + -- 2.7.4