Remove cross appdomains cultures checks (#9328)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Sat, 4 Feb 2017 02:27:43 +0000 (18:27 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2017 02:27:43 +0000 (18:27 -0800)
commit748d467b1cbc759c23d94de0b559d9a437623b38
tree18e438b9943f7689458b6db134a4363d0315474e
parente2f7e206f8d4f6e21213baadd2fad33340f2005c
Remove cross appdomains cultures checks (#9328)

* Remove cross appdomains cultures checks

In the ful framework, CultureInfo and other globalization objects are marked as agile which means it can cross the appdomains. In coreclr we don't have multiple appdomains anymore so these checks are not really needed.
removing these checks will make coreclr consistent when running on Windows and other OS's

* Remove un-needed resource entry
src/mscorlib/src/System.Private.CoreLib.txt
src/mscorlib/src/System/Globalization/CultureInfo.cs
src/mscorlib/src/System/Globalization/DateTimeFormatInfo.cs