From 34e975542f9343da6e66a51dc11fa4cb004d7039 Mon Sep 17 00:00:00 2001 From: Alex Perovich Date: Mon, 17 Oct 2016 12:46:43 -0700 Subject: [PATCH] Add missing ns2.0 InteropServices apis to model.xml (dotnet/coreclr#7606) * Add missing ns2.0 InteropServices apis to model.xml * Remove RuntimeEnvironment * Remove functions that need vm changes. Commit migrated from https://github.com/dotnet/coreclr/commit/92d90defcec311ea494994a40c94ede00892dc54 --- src/coreclr/src/mscorlib/model.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/coreclr/src/mscorlib/model.xml b/src/coreclr/src/mscorlib/model.xml index e13777c..60c784e 100644 --- a/src/coreclr/src/mscorlib/model.xml +++ b/src/coreclr/src/mscorlib/model.xml @@ -6650,6 +6650,15 @@ + + + + + + + + + @@ -6734,6 +6743,8 @@ + + @@ -6812,8 +6823,10 @@ + + -- 2.7.4