From f8bae72fdf50f784971a12ec93096d5ec7feff84 Mon Sep 17 00:00:00 2001 From: Koundinya Veluri Date: Wed, 28 Jun 2017 12:07:08 -0700 Subject: [PATCH] Move ReaderWriterLockSlim to shared partition Commit migrated from https://github.com/dotnet/coreclr/commit/474f4197003266237c8063cc0fa910baf702cc53 --- src/coreclr/src/mscorlib/System.Private.CoreLib.csproj | 1 - src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems | 1 + .../mscorlib/{src => shared}/System/Threading/ReaderWriterLockSlim.cs | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/coreclr/src/mscorlib/{src => shared}/System/Threading/ReaderWriterLockSlim.cs (100%) diff --git a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj index 2d1c143..0d3cf7b 100644 --- a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj @@ -499,7 +499,6 @@ - diff --git a/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems b/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems index ed7a5ff..8b55f82 100644 --- a/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems +++ b/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems @@ -385,6 +385,7 @@ + diff --git a/src/coreclr/src/mscorlib/src/System/Threading/ReaderWriterLockSlim.cs b/src/coreclr/src/mscorlib/shared/System/Threading/ReaderWriterLockSlim.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/System/Threading/ReaderWriterLockSlim.cs rename to src/coreclr/src/mscorlib/shared/System/Threading/ReaderWriterLockSlim.cs -- 2.7.4