Delete unnecessary locale arguments (#24624)
authorJan Kotas <jkotas@microsoft.com>
Fri, 17 May 2019 13:28:51 +0000 (06:28 -0700)
committerGitHub <noreply@github.com>
Fri, 17 May 2019 13:28:51 +0000 (06:28 -0700)
commitcbeb928cb05982edc71ed8ab80ef13d7f142cffa
treee178e91d1a91cce78d604ad40a6380dee380cb7f
parentc55319243ed42f8bdcb940d69f03a9c6554cc1d4
Delete unnecessary locale arguments (#24624)

Everything in the runtime should use Invariant culture. It is not necessary to pass the locale arguments around.
22 files changed:
clr.featuredefines.props
src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs
src/System.Private.CoreLib/src/System/RtType.cs
src/binder/CMakeLists.txt
src/binder/fusionhelpers.cpp [deleted file]
src/binder/inc/fusionhelpers.hpp
src/binder/inc/utils.hpp
src/inc/corpriv.h
src/inc/dacvars.h
src/inc/sstring.h
src/inc/sstring.inl
src/inc/winwrap.h
src/utilcode/sstring.cpp
src/utilcode/winfix.cpp
src/vm/appdomain.hpp
src/vm/baseassemblyspec.inl
src/vm/compile.cpp
src/vm/coreclr/corebindresult.inl
src/vm/corhost.cpp
src/vm/peimage.cpp
src/vm/peimage.h
src/vm/peimage.inl