From a43e372ae92f215d3c1b8853c041c8ebff27007b Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 2 Feb 2017 07:57:17 -0800 Subject: [PATCH] Add ThreadPoolBoundHandle to model.xml (dotnet/coreclr#9268) This type was moved from corefx. This will allow the redundant copy in corefx to be deleted. Commit migrated from https://github.com/dotnet/coreclr/commit/4f83b6b03ffb23c3c87b78908df341e15748d51f --- 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 95ddaf0..dce2b0a 100644 --- a/src/coreclr/src/mscorlib/model.xml +++ b/src/coreclr/src/mscorlib/model.xml @@ -8220,6 +8220,19 @@ + + + + + + + + + + + + + -- 2.7.4