System.Private.CoreLib: Move ResoureReader/ResourceSet to shared. (dotnet/coreclr...
authorFilip Navara <filip.navara@gmail.com>
Sun, 16 Sep 2018 03:51:28 +0000 (05:51 +0200)
committerJan Kotas <jkotas@microsoft.com>
Sun, 16 Sep 2018 03:51:28 +0000 (20:51 -0700)
commit567c60e5ad153837b1bb6b6ac509873342055c52
tree8573d8d47e589882c4c8331ef0ce6d020ba6dd4a
parent5cb520d5bab4839884257731769b936041534f66
System.Private.CoreLib: Move ResoureReader/ResourceSet to shared. (dotnet/coreclr#19994)

* Move ResoureReader/ResourceSet to shared.

* Remove unnecessary cast to RuntimeType from ResoureReader.

Commit migrated from https://github.com/dotnet/coreclr/commit/3743d9a7d5959383ae4c31b4d9273fb61e2fb389
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Resources/ResourceReader.cs with 99% similarity]
src/libraries/System.Private.CoreLib/src/System/Resources/ResourceSet.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Resources/ResourceSet.cs with 100% similarity]