Add managed implementation of GetSystemMaxDBCSCharSize (dotnet/coreclr#22290)
authorMarek Safar <marek.safar@gmail.com>
Thu, 31 Jan 2019 06:57:39 +0000 (07:57 +0100)
committerJan Kotas <jkotas@microsoft.com>
Thu, 31 Jan 2019 06:57:39 +0000 (22:57 -0800)
commitf86ce5b1681321de90cd9b4cdeed21e6942ea6d7
treee047d02d919643cd1f41bf7033ddb697d8a1208b
parent06403e87480070062c07743acbc363b1eebc058d
Add managed implementation of GetSystemMaxDBCSCharSize (dotnet/coreclr#22290)

Commit migrated from https://github.com/dotnet/coreclr/commit/10ba67ac50a2152464981db11f2a893b87f8deee
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/marshalnative.cpp
src/coreclr/src/vm/marshalnative.h
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetCPInfo.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.Unix.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.Windows.cs