Move ConditionalWeakTable to shared (dotnet/coreclr#22531)
authorStephen Toub <stoub@microsoft.com>
Tue, 12 Feb 2019 02:34:21 +0000 (21:34 -0500)
committerJan Kotas <jkotas@microsoft.com>
Tue, 12 Feb 2019 02:34:21 +0000 (18:34 -0800)
commit2ee9ecb0ccdec3b6d62fcd2a704261f5799a763c
tree4c59213d39c1ee0bd1bd840a25d05e0938c1151d
parentd25d18a30fe878b322d537aeb69ae5fbdf0df8e9
Move ConditionalWeakTable to shared (dotnet/coreclr#22531)

Leaves DependentHandle as being the runtime PAL

Commit migrated from https://github.com/dotnet/coreclr/commit/8e5f65c4ec87cc58ea80c7473cb2946118c6ade9
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConditionalWeakTable.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConditionalWeakTable.cs with 65% similarity]