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)
commit6455328acb5c3984f8672206be48124613e041e6
tree0faae74306333e76224854d6dd9ca75422b93931
parent880395db4bb8d14ef257ad93bc6cff3a44540c9f
Moves CurrentSystemTimeZone, ICastable, RegistryView and RegistryValueKind to shared (dotnet/coreclr#18337)

* Moves CurrentSystemTimeZone to shared completely

* Moves ICastable to shared

* Moves RegistryView and RegistryValueKind to shared

* Moves ICastableHelpers to its own file

Commit migrated from https://github.com/dotnet/coreclr/commit/56fe6435387089b6b219c52096cafd3c277478c6
14 files changed:
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/RegistryKey.cs
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/RegistryValueKind.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/RegistryView.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/coreclr/src/System.Private.CoreLib/src/System/CurrentSystemTimeZone.Cache.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.RegistryValues.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.RegistryView.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/RegistryValueKind.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/RegistryView.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/CurrentSystemTimeZone.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastable.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastable.cs with 77% similarity]