Moves CurrentSystemTimeZone, ICastable, RegistryView and RegistryValueKind to shared...
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Thu, 7 Jun 2018 19:40:40 +0000 (12:40 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 7 Jun 2018 19:40:40 +0000 (12:40 -0700)
commit56fe6435387089b6b219c52096cafd3c277478c6
tree6293b4288cfc5e35b0f1f9813832c50a12a83de2
parenta51328304a95a1a5e0eb037883176dff248dc687
Moves CurrentSystemTimeZone, ICastable, RegistryView and RegistryValueKind to shared (#18337)

* Moves CurrentSystemTimeZone to shared completely

* Moves ICastable to shared

* Moves RegistryView and RegistryValueKind to shared

* Moves ICastableHelpers to its own file
14 files changed:
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.RegistryValues.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.RegistryView.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Microsoft/Win32/RegistryValueKind.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Microsoft/Win32/RegistryView.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/CurrentSystemTimeZone.cs
src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ICastable.cs [moved from src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastable.cs with 77% similarity]
src/System.Private.CoreLib/src/Microsoft/Win32/RegistryKey.cs
src/System.Private.CoreLib/src/Microsoft/Win32/RegistryValueKind.cs [deleted file]
src/System.Private.CoreLib/src/Microsoft/Win32/RegistryView.cs [deleted file]
src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/System.Private.CoreLib/src/System/CurrentSystemTimeZone.Cache.cs [deleted file]
src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs [new file with mode: 0644]